9 lines
117 B
CSS
9 lines
117 B
CSS
body {
|
|
-webkit-user-select: none;
|
|
-webkit-app-region: drag;
|
|
}
|
|
|
|
a,
|
|
button {
|
|
-webkit-app-region: no-drag;
|
|
} |