mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-14 14:56:32 +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 */
|
/* Allow window to be dragged from anywhere */
|
||||||
* {
|
body > header {
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
-webkit-app-region: no-drag;
|
||||||
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
a,
|
a,
|
||||||
input {
|
input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user