Browse Source

Fix notice bar appearing below path bar

Thibaut 11 năm trước cách đây
mục cha
commit
1a3237936c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;