Skip to content

Commit

Permalink
Fixed #9899 - p-dialog draggable with maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Feb 16, 2021
1 parent 24286e6 commit a32097b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/dialog/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
transition: none;
transform: none;
width: 100vw !important;
top: 0px !important;
left: 0px !important;
max-height: 100%;
height: 100%;
}
Expand Down

0 comments on commit a32097b

Please sign in to comment.