Fixed #473 - Dialog with Long Content does not scroll in IE11
parent
22e6af3c8c
commit
acb0fe42f7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue