Change display on [open] dialog

This commit is contained in:
Adrien Maston
2026-02-24 15:49:47 +01:00
parent 7b93ec35b4
commit bd4cfbfd10
+4 -1
View File
@@ -769,13 +769,16 @@
--panel-padding: 2ch;
--panel-size: 100%;
display: flex;
flex-wrap: wrap;
gap: var(--gap);
inset-block-start: 0;
justify-content: center;
position: absolute;
z-index: 1;
&[open] {
display: flex;
}
}
/* On Deck (Not Now)