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…
Reference in New Issue