Skip to content

Commit

Permalink
Fix #3755: Dialog maximized should have no margin (#3760)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Dec 8, 2022
1 parent 1109712 commit 7616d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/dialog/Dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
.p-dialog-maximized {
transition: none;
transform: none;
margin: 0 !important;
width: 100vw !important;
height: 100vh !important;
max-height: 100%;
Expand Down

0 comments on commit 7616d8a

Please sign in to comment.