fix(profile): make QR action open inline panel on public profile

This commit is contained in:
2026-03-29 14:42:27 +02:00
parent 38581b88a4
commit 7801f88429
4 changed files with 94 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ export function Modal({ open, title, onClose, children }: ModalProps) {
return createPortal(
<div
className="fixed inset-0 z-[120] grid place-items-center bg-black/80 p-4 md:p-6"
className="fixed inset-0 z-[220] grid place-items-center bg-black/80 p-4 md:p-6"
onClick={onClose}
role="presentation"
>