Update top position in .dialog CSS

for better mobile appearance
This commit is contained in:
Woody 2023-12-04 20:42:33 +01:00
parent 2abbf7e762
commit 23d44cb28b
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -1346,7 +1346,7 @@ TD .checkmark, TD .radiomark {
.dialog { .dialog {
position: fixed; position: fixed;
z-index: 5; z-index: 5;
top: 50px; top: 10%;
left: 0; left: 0;
right: 0; right: 0;
width: 100%; width: 100%;