Fixed #1684 - Dragging a Dialog breaks "maximize" feature
parent
4c9a4abfc1
commit
217ff51323
|
@ -549,6 +549,9 @@ export default {
|
|||
transition: none;
|
||||
transform: none;
|
||||
width: 100vw !important;
|
||||
height: 100vh !important;
|
||||
top: 0px !important;
|
||||
left: 0px !important;
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue