1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

fix(web): context menu underflowing (#4127)

This commit is contained in:
Daniel Dietzler
2023-09-18 06:03:18 +02:00
committed by GitHub
parent a63f027bf7
commit 40b802a5a9

View File

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