Fixed #5118 - Dialog: no transition on open/close when dialog is maximized
parent
ee83f7d756
commit
088d3409de
|
@ -115,9 +115,6 @@ const css = `
|
||||||
|
|
||||||
/* Maximize */
|
/* Maximize */
|
||||||
.p-dialog-maximized {
|
.p-dialog-maximized {
|
||||||
-webkit-transition: none;
|
|
||||||
transition: none;
|
|
||||||
transform: none;
|
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
height: 100vh !important;
|
height: 100vh !important;
|
||||||
top: 0px !important;
|
top: 0px !important;
|
||||||
|
|
Loading…
Reference in New Issue