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 Nov 7, 2023
1 parent 3b935b4 commit 7f4cab0
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 7f4cab0

Please sign in to comment.