Fixed #5118 - Dialog: no transition on open/close when dialog is maximized

pull/5128/head
mertsincan 2024-01-22 17:21:52 +00:00
parent ee83f7d756
commit 088d3409de
1 changed files with 0 additions and 3 deletions

View File

@ -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;