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:
Régis Hanol 2015-03-23 16:08:46 +01:00
parent ca9c350994
commit dce258017f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {