mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #5118 - Dialog: no transition on open/close when dialog is maximized
This commit is contained in:
parent
ee83f7d756
commit
088d3409de
1 changed files with 0 additions and 3 deletions
|
@ -115,9 +115,6 @@ const css = `
|
|||
|
||||
/* Maximize */
|
||||
.p-dialog-maximized {
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
transform: none;
|
||||
width: 100vw !important;
|
||||
height: 100vh !important;
|
||||
top: 0px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue