fixes maximizable issue in Dialog component when moved (#5049)

pull/5069/head
navedqb 2024-01-11 16:15:19 +05:30 committed by GitHub
parent 6dfbbeab59
commit c5c8b84555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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