mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
8 lines
112 B
CSS
8 lines
112 B
CSS
/* Make entire window draggable */
|
|
body {
|
|
-webkit-app-region: drag;
|
|
}
|
|
button {
|
|
-webkit-app-region: no-drag;
|
|
}
|