1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-25 04:53:00 +02:00

fix timeline overflowing dropdowns, more resonable z-indices (#4071)

This commit is contained in:
Daniel Dietzler
2023-09-12 16:52:32 +02:00
committed by GitHub
parent fb20381f98
commit 52d0c5fc73
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<div
transition:slide={{ duration: 200, easing: quintOut }}
bind:this={menuElement}
class="absolute z-[99999] w-[200px] overflow-hidden rounded-lg shadow-lg"
class="absolute w-[200px] overflow-hidden rounded-lg shadow-lg"
style="left: {left}px; top: {top}px;"
role="menu"
use:clickOutside