mirror of
https://github.com/wled/WLED.git
synced 2025-07-21 09:46:32 +00:00
Update top position in .dialog CSS
for better mobile appearance
This commit is contained in:
parent
2abbf7e762
commit
23d44cb28b
@ -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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user