Update top position in .dialog CSS

for better mobile appearance
pull/3511/head
Woody 2023-12-04 20:42:33 +01:00
rodzic 2abbf7e762
commit 23d44cb28b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9872D7F5072789B2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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