mirror of
https://github.com/immich-app/immich.git
synced 2025-12-09 02:43:46 +09:00
fix: z-index overuse (#18192)
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
{/if}
|
||||
|
||||
<div
|
||||
class="absolute z-[99] w-full"
|
||||
class="absolute w-full"
|
||||
id="suggestion"
|
||||
bind:this={suggestionContainer}
|
||||
use:clickOutside={{ onOutclick: () => (hideSuggestion = true) }}
|
||||
|
||||
Reference in New Issue
Block a user