Skip to content

Commit

Permalink
Undo maximize style so it still takes over
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipWarthog committed Nov 7, 2023
1 parent 9dd7d95 commit bca20de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/dialog/style/DialogStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit bca20de

Please sign in to comment.