mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): Context menu underflowing on people page (#4270)
This commit is contained in:
parent
521436dd21
commit
fb7249d1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="absolute right-2 top-2 z-20"
|
class="absolute right-2 top-2"
|
||||||
on:click|stopPropagation|preventDefault={showMenu}
|
on:click|stopPropagation|preventDefault={showMenu}
|
||||||
class:hidden={!showVerticalDots}
|
class:hidden={!showVerticalDots}
|
||||||
data-testid="context-button-parent"
|
data-testid="context-button-parent"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue