fix(task-drawer): keep drawer above assistant dim overlay

This commit is contained in:
2026-02-24 14:12:34 +03:00
parent 37b75b5a5c
commit 5e3c213b92

View File

@@ -196,7 +196,7 @@
{#if isOpen} {#if isOpen}
<aside <aside
class="fixed top-0 z-[70] flex h-full w-full max-w-[560px] flex-col border-l border-slate-200 bg-white shadow-[-8px_0_30px_rgba(15,23,42,0.15)] transition-[right] duration-300 ease-out" class="fixed top-0 z-[72] flex h-full w-full max-w-[560px] flex-col border-l border-slate-200 bg-white shadow-[-8px_0_30px_rgba(15,23,42,0.15)] transition-[right] duration-300 ease-out"
style={`right: ${assistantOffset};`} style={`right: ${assistantOffset};`}
role="dialog" role="dialog"
aria-modal="false" aria-modal="false"