Files
efw/index.css
2023-03-03 02:10:55 +01:00

9 lines
117 B
CSS

body {
-webkit-user-select: none;
-webkit-app-region: drag;
}
a,
button {
-webkit-app-region: no-drag;
}