소스 검색

set z-index

Yuki Takei 2 년 전
부모
커밋
1a1b6e748e
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      apps/app/src/components/Common/PagePathNav/PagePathNav.module.scss

+ 7 - 0
apps/app/src/components/Common/PagePathNav/PagePathNav.module.scss

@@ -0,0 +1,7 @@
+@use '@growi/core/scss/bootstrap/init' as bs;
+
+.grw-page-path-nav-sticky :global {
+  .sticky-inner-wrapper {
+    z-index: bs.$zindex-sticky;
+  }
+}