فهرست منبع

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 {