make splashscreen draggable

This commit is contained in:
theolivenbaum
2021-09-06 11:44:57 +02:00
parent ea40249a9c
commit bbbc9e6f61

View File

@@ -10,9 +10,10 @@
<body>
<style>
body {
overflow: hidden;
}
body {
overflow: hidden;
-webkit-app-region: drag;
}
</style>
<img draggable="false" alt="splashscreen" style="width: 100%; height: 100%;">