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 a33947dCopy full SHA for a33947d
wled00/data/index.css
@@ -1345,25 +1345,21 @@ 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%;
- left: 0;
1362
- right: 0;
1363
- width: 100%;
1364
- max-width: 280px;
1365
max-height: 70%;
1366
- margin: auto;
1367
padding: 12px 24px;
1368
border-radius: 10px;
1369
background-color: var(--c-5);
0 commit comments