macOS: Workaround for making things in draggable area clickable (#582)

This commit is contained in:
HAHALOSAH
2024-07-04 10:38:56 -07:00
committed by GitHub
parent 5fa4ae9824
commit 1e39ec7d39

View File

@@ -8,4 +8,9 @@
* {
scrollbar-width: unset !important;
scrollbar-color: unset !important;
}
}
/* Workaround for making things in the draggable area clickable again on macOS */
.platform-osx [class*=topic_], .platform-osx [class*=notice_] button {
-webkit-app-region: no-drag;
}