Workaround for making things in the draggable area clickable again on macOS

This commit is contained in:
HAHALOSAH 2024-05-05 22:45:53 -07:00
parent ac35f81476
commit 0d65693bda
No known key found for this signature in database
GPG key ID: 03B80D5ECE103348

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;
}