Yuki Takei 6 anni fa
parent
commit
b1322c4aee
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/client/styles/scss/_layout.scss

+ 2 - 0
src/client/styles/scss/_layout.scss

@@ -54,11 +54,13 @@
     top: calc(50vh - 20px);
     top: calc(50vh - 20px);
   }
   }
 
 
+  // override @atlaskit/navigation-next styles
   div[class$='-NavigationContainer'] {
   div[class$='-NavigationContainer'] {
     // Adjust to be on top of the growi subnavigation
     // Adjust to be on top of the growi subnavigation
     z-index: $zindex-sticky + 5;
     z-index: $zindex-sticky + 5;
   }
   }
 
 
+  // override @atlaskit/navigation-next styles
   div[class$='-Outer'] {
   div[class$='-Outer'] {
     div[class$='-Shadow'] {
     div[class$='-Shadow'] {
       background: unset;
       background: unset;