Browse Source

Fix notice bar appearing below path bar

Thibaut 11 years ago
parent
commit
1a3237936c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/stylesheets/components/_path.scss

+ 1 - 1
assets/stylesheets/components/_path.scss

@@ -1,6 +1,6 @@
 ._path {
   position: absolute;
-  z-index: $noticeZ;
+  z-index: $noticeZ - 1;
   bottom: 0;
   left: $sidebarWidth;
   right: 0;