Fixed #473 - Dialog with Long Content does not scroll in IE11

pull/642/head
mertsincan 2020-09-08 16:37:30 +03:00
parent 22e6af3c8c
commit acb0fe42f7
1 changed files with 5 additions and 0 deletions

View File

@ -299,6 +299,11 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
flex-shrink: 0;
}
.p-dialog-footer {
flex-shrink: 0;
} }
.p-dialog .p-dialog-header-icons { .p-dialog .p-dialog-header-icons {