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;
transition: none;
transform: none;
width: 100vw;
height: 100vh;
width: 100vw !important;
height: 100vh !important;
top: 0px;
left: 0px;
max-height: 100%;