fix(cards): Z-Index for bulk card modal

This commit is contained in:
Nicolai Ort 2025-04-25 14:53:36 +02:00
parent bce6d484a9
commit efad6fdf2e
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -111,7 +111,7 @@
aria-hidden="true">&#8203;</span
>
<div
class="inline-block align-bottom bg-white rounded-lg text-left shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-2xl sm:w-full"
class="inline-block align-bottom bg-white rounded-lg text-left shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-2xl sm:w-full relative z-10"
role="dialog"
aria-modal="true"
aria-labelledby="modal-headline"