make splash window draggable

This commit is contained in:
Vendicated
2024-01-08 02:38:38 +01:00
parent 0f0bddbef9
commit 62cf02e7b1

View File

@@ -2,8 +2,9 @@
<link rel="stylesheet" href="./style.css" type="text/css" />
<style>
* {
body {
user-select: none;
-webkit-app-region: drag;
}
.wrapper {