mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-25 12:22:24 +01:00
fix(ActionButton): add z-index class to dropdown for proper stacking
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</button>
|
||||
|
||||
{#if hasDropdown && isHovered}
|
||||
<div transition:fly={{ y: -8, duration: 150 }}>
|
||||
<div class="z-50" transition:fly={{ y: -8, duration: 150 }}>
|
||||
<slot name="dropdown" {dropdownPosition} open={isHovered} />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user