Merge pull request #1319 from basecamp/z-index-fix
Only bump z-index if collection dialog is open
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user