We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec331b commit 930a1aeCopy full SHA for 930a1ae
wled00/data/index.css
@@ -1345,22 +1345,22 @@ TD .checkmark, TD .radiomark {
1345
top: calc(var(--sti) + 42px);
1346
}
1347
1348
-.dialog:not(.hide)::before {
+.dialog:not(.hide)::after {
1349
position: fixed;
1350
top: 0;
1351
left: 0;
1352
width: 100%;
1353
height: 100%;
1354
background-color: var(--c-o);
1355
- content: " ";
+ content: "";
1356
+ z-index: -1;
1357
1358
.dialog {
1359
1360
z-index: 5;
1361
top: 10%;
1362
1363
right: 0;
- width: 100%;
1364
max-width: 280px;
1365
max-height: 70%;
1366
margin: auto;
0 commit comments