macOS: Workaround for making things in draggable area clickable (#582)
This commit is contained in:
parent
5fa4ae9824
commit
1e39ec7d39
1 changed files with 6 additions and 1 deletions
|
@ -8,4 +8,9 @@
|
||||||
* {
|
* {
|
||||||
scrollbar-width: unset !important;
|
scrollbar-width: unset !important;
|
||||||
scrollbar-color: 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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue