[Glitch] fix: Fix column header overlapping mobile menu on old Safari

Port e6e8974785 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-07-01 10:53:43 +02:00
committed by Claire
parent 98e90b7c1f
commit 605df74f06

View File

@@ -3312,6 +3312,7 @@ a.account__display-name {
.columns-area__panels__pane--overlay {
pointer-events: auto;
background: rgba($base-overlay-background, 0.5);
z-index: 3;
.columns-area__panels__pane__inner {
box-shadow: var(--dropdown-shadow);