make splash window draggable
This commit is contained in:
parent
0f0bddbef9
commit
62cf02e7b1
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
<link rel="stylesheet" href="./style.css" type="text/css" />
|
||||
|
||||
<style>
|
||||
* {
|
||||
body {
|
||||
user-select: none;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
Loading…
Reference in a new issue