generated from nhcarrigan/template
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.
This commit is contained in:
@@ -182,7 +182,7 @@ Please continue where we left off and retry those actions now that you have perm
|
||||
|
||||
{#if permissions.length > 0}
|
||||
<div
|
||||
class="permission-overlay fixed inset-0 bg-black/70 flex items-center justify-center z-50 backdrop-blur-sm"
|
||||
class="permission-overlay fixed inset-0 bg-black/70 flex items-center justify-center z-[60] backdrop-blur-sm"
|
||||
>
|
||||
<div
|
||||
class="permission-modal bg-[var(--bg-primary)] border border-[var(--border-color)] rounded-xl p-6 max-w-2xl w-full mx-4 shadow-2xl max-h-[90vh] overflow-y-auto"
|
||||
|
||||
Reference in New Issue
Block a user