Ver código fonte

BugFix z-index of grw-header

Yuki Takei 6 anos atrás
pai
commit
befb5e683e
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      src/client/styles/scss/_subnav.scss

+ 1 - 2
src/client/styles/scss/_subnav.scss

@@ -8,10 +8,9 @@ $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
 /*
 /*
  * layout for sticky
  * layout for sticky
  */
  */
-.grw-header {
+.grw-header.sticky-top {
   // Adjust to be on top of the growi subnavigation
   // Adjust to be on top of the growi subnavigation
   z-index: $zindex-sticky - 100;
   z-index: $zindex-sticky - 100;
-
   height: 80px;
   height: 80px;
   pointer-events: none; // disable pointer events for sticky
   pointer-events: none; // disable pointer events for sticky