Explorar o código

adjust z-index for close button

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
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 {