Undo maximize style so it still takes over
parent
6c3ea8557d
commit
7602d716ea
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue