More clean up. Set the z index.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user