瀏覽代碼

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 {