Files
efw/index.css

9 lines
117 B
CSS
Raw Normal View History

2023-03-03 02:04:17 +01:00
body {
-webkit-user-select: none;
-webkit-app-region: drag;
}
a,
button {
-webkit-app-region: no-drag;
}