From 269674678cdf6164e164bb4aedb6e4770a6289bb Mon Sep 17 00:00:00 2001 From: Hikari Date: Fri, 6 Feb 2026 22:50:38 -0800 Subject: [PATCH] fix: update permission modal z-index to proper value Updated the permission modal overlay z-index from z-50 to z-[60] to ensure it displays above the character panel (z-50). This prevents the modal from being obscured by other UI elements. Part of the broader permission modal fix effort. --- src/lib/components/PermissionModal.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/PermissionModal.svelte b/src/lib/components/PermissionModal.svelte index 007a95f..69e1f08 100644 --- a/src/lib/components/PermissionModal.svelte +++ b/src/lib/components/PermissionModal.svelte @@ -182,7 +182,7 @@ Please continue where we left off and retry those actions now that you have perm {#if permissions.length > 0}