Skip to content

Commit

Permalink
fix: allow dismissing notifications on macOS (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
eglitise authored Sep 9, 2024
1 parent 1e7bdab commit 01f8d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/common/renderer/assets/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ body::-webkit-scrollbar-corner {
.ant-notification {
width: 80%;
margin-right: 10%;
-webkit-app-region: no-drag;
> div {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 01f8d84

Please sign in to comment.