From dce258017f23d5c8a265a2d847f59fb942540793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 23 Mar 2015 16:08:46 +0100 Subject: [PATCH] FIX: Avatar shows over banner on mobile cf. https://meta.discourse.org/t/avatar-shows-over-banner-on-mobile/26668 --- app/assets/stylesheets/common/components/banner.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/banner.css.scss b/app/assets/stylesheets/common/components/banner.css.scss index f423c7356d6..5ea03bd882a 100644 --- a/app/assets/stylesheets/common/components/banner.css.scss +++ b/app/assets/stylesheets/common/components/banner.css.scss @@ -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 {