Sotaro KARASAWA 11 лет назад
Родитель
Сommit
5419dd3ea0
1 измененных файлов с 10 добавлено и 10 удалено
  1. 10 10
      resource/css/_layout.scss

+ 10 - 10
resource/css/_layout.scss

@@ -7,7 +7,7 @@
   &.main-container { // {{{
   &.main-container { // {{{
 
 
     .crowi-header { // {{{
     .crowi-header { // {{{
-      z-index: 1050;
+      z-index: 1040;
       background: $crowiHeaderBackground;
       background: $crowiHeaderBackground;
       height: $crowiHeaderHeight;
       height: $crowiHeaderHeight;
       border-radius: 0;
       border-radius: 0;
@@ -70,7 +70,7 @@
       border-right: none;
       border-right: none;
       background: $crowiAsideBackground;
       background: $crowiAsideBackground;
       border-radius: 5px 0 0 5px;
       border-radius: 5px 0 0 5px;
-      z-index: 1051;
+      z-index: 1039;
       font-size: .8em;
       font-size: .8em;
 
 
       color: darken($link-color, 15%);
       color: darken($link-color, 15%);
@@ -85,7 +85,7 @@
 
 
 
 
     aside.sidebar { // {{{
     aside.sidebar { // {{{
-      z-index: 1040;
+      z-index: 1030;
       position: fixed;
       position: fixed;
       padding: 65px 0 0 0;
       padding: 65px 0 0 0;
       margin-bottom: $crowiFooterHeight;
       margin-bottom: $crowiFooterHeight;
@@ -245,7 +245,7 @@
           top: 0;
           top: 0;
           left: 0;
           left: 0;
           padding: 5px 20px;
           padding: 5px 20px;
-          z-index: 1041;
+          z-index: 1039;
           background: rgba(255, 255, 255, .9);
           background: rgba(255, 255, 255, .9);
           box-shadow: 0 0px 2px #999;
           box-shadow: 0 0px 2px #999;
 
 
@@ -342,12 +342,12 @@
   } // }}}
   } // }}}
 
 
   // override bootstrap modals
   // override bootstrap modals
-  .modal-backdrop {
-    z-index: 1052;
-  }
-  .modal {
-    z-index: 1055;
-  }
+  //.modal-backdrop {
+  //  z-index: 1052;
+  //}
+  //.modal {
+  //  z-index: 1055;
+  //}
 } // }}}
 } // }}}
 
 
 .crowi.main-container .main {
 .crowi.main-container .main {