Parcourir la source

fix(web): modal overlay hidden behind nav bar (#1816)

Alex il y a 2 ans
Parent
commit
4ebc8870c2

+ 1 - 1
web/src/lib/components/shared-components/full-screen-modal.svelte

@@ -9,7 +9,7 @@
 <section
 <section
 	in:fade={{ duration: 100 }}
 	in:fade={{ duration: 100 }}
 	out:fade={{ duration: 100 }}
 	out:fade={{ duration: 100 }}
-	class="absolute left-0 top-0 w-full h-full bg-black/40 z-[100] flex place-items-center place-content-center"
+	class="absolute left-0 top-0 w-full h-full bg-black/40 z-[990] flex place-items-center place-content-center "
 >
 >
 	<div class="z-[9999]" use:clickOutside on:outclick={() => dispatch('clickOutside')}>
 	<div class="z-[9999]" use:clickOutside on:outclick={() => dispatch('clickOutside')}>
 		<slot />
 		<slot />