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:
parent
a63f027bf7
commit
40b802a5a9
@ -23,7 +23,7 @@
|
|||||||
<div
|
<div
|
||||||
transition:slide={{ duration: 200, easing: quintOut }}
|
transition:slide={{ duration: 200, easing: quintOut }}
|
||||||
bind:this={menuElement}
|
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;"
|
style="left: {left}px; top: {top}px;"
|
||||||
role="menu"
|
role="menu"
|
||||||
use:clickOutside
|
use:clickOutside
|
||||||
|
Loading…
Reference in New Issue
Block a user