fix: z-index issues (#18275)

This commit is contained in:
Daniel Dietzler
2025-05-13 22:25:57 +02:00
committed by GitHub
parent ca06d0aa83
commit 15e894b9b5
4 changed files with 54 additions and 54 deletions

View File

@@ -62,7 +62,7 @@
</a>
{#if showVerticalDots}
<div class="absolute top-2 end-2">
<div class="absolute top-2 end-2 z-[1]">
<ButtonContextMenu
buttonClass="icon-white-drop-shadow focus:opacity-100 {showVerticalDots ? 'opacity-100' : 'opacity-0'}"
color="opaque"