Fixed #1684 - Dragging a Dialog breaks "maximize" feature

pull/1692/head
Tuğçe Küçükoğlu 2021-10-21 16:44:51 +03:00
parent 4c9a4abfc1
commit 217ff51323
1 changed files with 3 additions and 0 deletions

View File

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