Skip to content

Commit 64df56a

Browse files
committed
Fix z-index on profile buttons for Modern themes
1 parent f7efca5 commit 64df56a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

app/javascript/flavours/glitch/styles/modern-urusai-fixes.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ body > [data-popper-placement] {
101101
.navigation-panel__list-panel__header__sep {
102102
display: none !important;
103103
}
104+
105+
.account__header__buttons .icon-button {
106+
z-index: 0;
107+
}

app/javascript/styles/modern-urusai-fixes.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ body > [data-popper-placement] {
9696
.navigation-panel__list-panel__header__sep {
9797
display: none !important;
9898
}
99+
100+
.account__header__buttons .icon-button {
101+
z-index: 0;
102+
}

0 commit comments

Comments
 (0)