Skip to content

Commit

Permalink
Fixed #11284 - Dialog | Scrolling breaks draggable dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Mar 30, 2022
1 parent 2bf08c6 commit 83b8101
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/dialog/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
flex-shrink: 0;
}

.p-dialog-draggable .p-dialog-header {
cursor: move;
}

.p-dialog-footer {
flex-shrink: 0;
}
Expand Down

0 comments on commit 83b8101

Please sign in to comment.