From 01f8d8422a747a3f2a881780f11e3fa1fb2fa373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgars=20Egl=C4=ABtis?= <37242620+eglitise@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:38:23 +0300 Subject: [PATCH] fix: allow dismissing notifications on macOS (#1670) --- app/common/renderer/assets/stylesheets/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/renderer/assets/stylesheets/main.less b/app/common/renderer/assets/stylesheets/main.less index a6002fab5..f7f3b0206 100644 --- a/app/common/renderer/assets/stylesheets/main.less +++ b/app/common/renderer/assets/stylesheets/main.less @@ -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;