Skip to content

Commit

Permalink
Fix primefaces#3755: Dialog maximized should have no margin
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 8, 2022
1 parent 553120b commit b56513f
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 b56513f

Please sign in to comment.