Skip to content

Commit 930a1ae

Browse files
committed
Fix dialog scrollbar on Firefox
1 parent aec331b commit 930a1ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wled00/data/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,22 +1345,22 @@ TD .checkmark, TD .radiomark {
13451345
top: calc(var(--sti) + 42px);
13461346
}
13471347

1348-
.dialog:not(.hide)::before {
1348+
.dialog:not(.hide)::after {
13491349
position: fixed;
13501350
top: 0;
13511351
left: 0;
13521352
width: 100%;
13531353
height: 100%;
13541354
background-color: var(--c-o);
1355-
content: " ";
1355+
content: "";
1356+
z-index: -1;
13561357
}
13571358
.dialog {
13581359
position: fixed;
13591360
z-index: 5;
13601361
top: 10%;
13611362
left: 0;
13621363
right: 0;
1363-
width: 100%;
13641364
max-width: 280px;
13651365
max-height: 70%;
13661366
margin: auto;

0 commit comments

Comments
 (0)