Kaynağa Gözat

Fix notice bar appearing below path bar

Thibaut 11 yıl önce
ebeveyn
işleme
1a3237936c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      assets/stylesheets/components/_path.scss

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

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