浏览代码

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;