mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
fix: location search result z-index (#18379)
This commit is contained in:
parent
bdf19ce331
commit
c05aa445d8
@ -118,7 +118,7 @@
|
|||||||
>
|
>
|
||||||
{#snippet promptSnippet()}
|
{#snippet promptSnippet()}
|
||||||
<div class="flex flex-col w-full h-full gap-2">
|
<div class="flex flex-col w-full h-full gap-2">
|
||||||
<div class="relative w-64 sm:w-96">
|
<div class="relative w-64 sm:w-96 z-1">
|
||||||
{#if suggestionContainer}
|
{#if suggestionContainer}
|
||||||
<div use:listNavigation={suggestionContainer}>
|
<div use:listNavigation={suggestionContainer}>
|
||||||
<button type="button" class="w-full" onclick={() => (hideSuggestion = false)}>
|
<button type="button" class="w-full" onclick={() => (hideSuggestion = false)}>
|
||||||
@ -160,7 +160,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span>{$t('pick_a_location')}</span>
|
<span>{$t('pick_a_location')}</span>
|
||||||
<div class="h-[500px] min-h-[300px] w-full">
|
<div class="h-[500px] min-h-[300px] w-full z-0">
|
||||||
{#await import('../shared-components/map/map.svelte')}
|
{#await import('../shared-components/map/map.svelte')}
|
||||||
{#await delay(timeToLoadTheMap) then}
|
{#await delay(timeToLoadTheMap) then}
|
||||||
<!-- show the loading spinner only if loading the map takes too much time -->
|
<!-- show the loading spinner only if loading the map takes too much time -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user