Skip to content

Commit

Permalink
Add back important on Dialog maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipWarthog committed Oct 21, 2023
1 parent 68b981f commit 2059e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/dialog/DialogBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ const styles = `
transition: none;
transform: none;
margin: 0;
width: 100vw;
height: 100vh;
width: 100vw !important;
height: 100vh !important;
max-height: 100%;
top: 0px;
left: 0px;
Expand Down

0 comments on commit 2059e09

Please sign in to comment.