mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fixes maximizable issue in Dialog component when moved (#5049)
This commit is contained in:
parent
6dfbbeab59
commit
c5c8b84555
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ const css = `
|
|||
transform: none;
|
||||
width: 100vw !important;
|
||||
height: 100vh !important;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
top: 0px !important;
|
||||
left: 0px !important;
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue