Skip to content

Commit

Permalink
Fix #5635: Maximizable dialog after move
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 22, 2023
1 parent e2f9be9 commit 52b8f38
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 @@ -196,8 +196,8 @@ const styles = `
width: 100vw !important;
height: 100vh !important;
max-height: 100%;
top: 0px;
left: 0px;
top: 0px !important;
left: 0px !important;
}
.p-dialog-maximized .p-dialog-content {
Expand Down

0 comments on commit 52b8f38

Please sign in to comment.