5 lines
188 B
CSS
5 lines
188 B
CSS
/* 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;
|
|
}
|