+
+
+
\ No newline at end of file
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 2d86392e..a043da9f 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -855,6 +855,7 @@ max-w-max -->
hover:opacity-100
duration-50 delay-1000 hover:delay-100 hover:ease-out
transition hover:transition-all
+ z-10 hover:z-20
"
class:hidden={!$ae_loc?.app_cfg?.show_element__menu_btn}
>
@@ -1052,6 +1053,7 @@ max-w-max -->
hover:opacity-100
duration-100 delay-1000 hover:delay-100 hover:ease-out
transition hover:transition-all
+ z-20 hover:z-30
"
class:hidden={!$ae_loc?.app_cfg?.show_element__menu}
>
@@ -1255,7 +1257,7 @@ hover:opacity-100 -->
font-size: .75rem;
- z-index: 15;
+ /* z-index: 15; */
/* NOTE: transition when no longer hovering */
transition-property: opacity, background-color;