From f21ffd4f82c960da454766e345263d8df3b659ba Mon Sep 17 00:00:00 2001 From: Quentin Somazzi Date: Thu, 17 Sep 2015 16:43:57 +0200 Subject: [PATCH] fix sticky z-index --- Resources/public/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/public/css/layout.css b/Resources/public/css/layout.css index d9c6b01d36..4f1ed54cd6 100644 --- a/Resources/public/css/layout.css +++ b/Resources/public/css/layout.css @@ -351,7 +351,7 @@ body.fixed .content-header .navbar.stuck { top:50px; width: 100%; margin-left: -15px; - z-index: 1; + z-index: 5; border-radius: 0; } @@ -361,7 +361,7 @@ body.fixed .content-header .navbar.stuck { width: 100%; margin-left: -15px; margin-bottom: 0; - z-index: 1; + z-index: 5; border-radius: 0; }