1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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