Merge pull request #1319 from basecamp/z-index-fix

Only bump z-index if collection dialog is open
This commit is contained in:
Andy Smith
2025-10-15 15:23:08 -05:00
committed by GitHub
+4 -1
View File
@@ -591,7 +591,10 @@
border: 1px solid var(--border-color);
text-align: center;
z-index: 5;
&:has(dialog[open]) {
z-index: 5;
}
.separator--horizontal {
margin-block: var(--block-space);