mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 04:43:55 +08:00
FIX: Avatar shows over banner on mobile
cf. https://meta.discourse.org/t/avatar-shows-over-banner-on-mobile/26668
This commit is contained in:
parent
ca9c350994
commit
dce258017f
@ -8,7 +8,7 @@
|
||||
background: scale-color($tertiary, $lightness: 90%);
|
||||
box-shadow: 0 1px 2px scale-color($tertiary, $lightness: 70%);
|
||||
color: darken($tertiary, 45%);
|
||||
z-index: 501;
|
||||
z-index: 1001;
|
||||
overflow: auto;
|
||||
|
||||
&.overlay {
|
||||
|
Loading…
x
Reference in New Issue
Block a user