Skip to content

Commit bca20de

Browse files
committed
Undo maximize style so it still takes over
1 parent 9dd7d95 commit bca20de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/lib/dialog/style/DialogStyle.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ const css = `
118118
-webkit-transition: none;
119119
transition: none;
120120
transform: none;
121-
width: 100vw;
122-
height: 100vh;
121+
width: 100vw !important;
122+
height: 100vh !important;
123123
top: 0px;
124124
left: 0px;
125125
max-height: 100%;

0 commit comments

Comments
 (0)