소스 검색

adjust z-index for close button

Yuki Takei 3 년 전
부모
커밋
687345b808
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/PagePresentationModal.module.scss

+ 1 - 1
packages/app/src/components/PagePresentationModal.module.scss

@@ -13,7 +13,7 @@
     position: absolute;
     top: 1rem;
     right: 1rem;
-    z-index: 1;
+    z-index: 110; // over ".reveal .slides"
     color: var(--color-global);
 
     span {