ソースを参照

Fix notice bar appearing below path bar

Thibaut 11 年 前
コミット
1a3237936c
1 ファイル変更1 行追加1 行削除
  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;