tecitheme 0.10.2 → 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
<!-- Mobile menu, show/hide based on mobile menu state.-->
|
|
594
594
|
{#if openMenu == "mobile"}
|
|
595
595
|
<div
|
|
596
|
-
class="absolute inset-x-0 top-0 z-
|
|
596
|
+
class="absolute inset-x-0 top-0 z-50 divide-y-2 divide-gray-50 bg-white shadow-lg ring-1 ring-black ring-opacity-5 md:hidden"
|
|
597
597
|
use:clickOutside
|
|
598
598
|
on:outclick={() => (openMenu = "")}
|
|
599
599
|
in:fade={{ duration: 250, easing: cubicOut }}
|