diff options
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/main.css b/src/app/main.css index 213df64..3f77ac4 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -97,13 +97,13 @@ img {pointer-events: none} .contentContainer, .gamesContainer { user-select: none; - -webkit-app-region: drag; + -webkit-app-region: drag; } #overlay.shown ~ #bgHolder, #overlay.shown ~ .contentContainer, #overlay.shown ~ .gamesContainer { - -webkit-app-region: no-drag; + -webkit-app-region: no-drag; } a, button, #close, #nsRelease, #vpReleaseNotes, |