Files
Not-Nextop/src/renderer/fixes.css
2025-02-01 19:49:56 +01:00

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