0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00

fix(web): Context menu underflowing on people page (#4270)

This commit is contained in:
Daniel Dietzler 2023-09-29 15:21:51 +02:00 committed by GitHub
parent 521436dd21
commit fb7249d1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@
</a>
<button
class="absolute right-2 top-2 z-20"
class="absolute right-2 top-2"
on:click|stopPropagation|preventDefault={showMenu}
class:hidden={!showVerticalDots}
data-testid="context-button-parent"