Files
Vesktop/src/renderer/fixes.css

5 lines
188 B
CSS
Raw Normal View History

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