Skip to content

Commit

Permalink
Fixed #1538 - Dialog with Long Content does not scroll in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Sep 8, 2020
1 parent 0c9b8bf commit e049dc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/dialog/Dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
display: flex;
align-items: center;
justify-content: space-between;
flex-shrink: 0;
}

.p-dialog-title {
list-style: 1;
.p-dialog-footer {
flex-shrink: 0;
}

.p-dialog .p-dialog-header-icons {
Expand Down

0 comments on commit e049dc0

Please sign in to comment.