fixes maximizable issue in Dialog component when moved (#5049)
parent
6dfbbeab59
commit
c5c8b84555
|
@ -120,8 +120,8 @@ const css = `
|
||||||
transform: none;
|
transform: none;
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
height: 100vh !important;
|
height: 100vh !important;
|
||||||
top: 0px;
|
top: 0px !important;
|
||||||
left: 0px;
|
left: 0px !important;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue