Răsfoiți Sursa

adjust z-index for close button

Yuki Takei 3 ani în urmă
părinte
comite
687345b808

+ 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 {