mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-13 22:36:31 +00:00
Merge pull request #2372 from resin-io/file-picker-drag-fix
fix(GUI): restrict webkit drag to header
This commit is contained in:
commit
f312457f35
@ -21,10 +21,14 @@ body {
|
||||
|
||||
|
||||
/* Allow window to be dragged from anywhere */
|
||||
* {
|
||||
body > header {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
button,
|
||||
a,
|
||||
input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user