Undo maximize style so it still takes over

pull/4638/head
FlipWarthog 2023-11-07 14:41:45 -05:00
parent 6c3ea8557d
commit 7602d716ea
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ const css = `
-webkit-transition: none; -webkit-transition: none;
transition: none; transition: none;
transform: none; transform: none;
width: 100vw; width: 100vw !important;
height: 100vh; height: 100vh !important;
top: 0px; top: 0px;
left: 0px; left: 0px;
max-height: 100%; max-height: 100%;