mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-25 00:15:22 +00:00
make splashscreen draggable
This commit is contained in:
@@ -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%;">
|
||||
|
||||
Reference in New Issue
Block a user