More clean up. Set the z index.

This commit is contained in:
Scott Idem
2025-04-30 17:44:55 -04:00
parent 15cb0aa0c5
commit 4906e45b61
2 changed files with 28 additions and 9 deletions

View File

@@ -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;