WIP - display drawer shadow when open

This commit is contained in:
Francisco Gaona
2026-01-13 23:06:27 +01:00
parent 1b5ad4a131
commit f094fee192

View File

@@ -202,7 +202,8 @@ onBeforeUnmount(() => {
}" }"
> >
<div <div
class="pointer-events-auto w-full border border-border bg-background shadow-xl transition-all duration-200" class="pointer-events-auto w-full border border-border bg-background transition-all duration-200"
:class="{ 'shadow-2xl': isDrawerOpen }"
:style="{ height: `${isDrawerOpen ? drawerHeight : collapsedHeight}px` }" :style="{ height: `${isDrawerOpen ? drawerHeight : collapsedHeight}px` }"
> >
<div class="grid grid-cols-3 items-center justify-between border-border px-2 py-2"> <div class="grid grid-cols-3 items-center justify-between border-border px-2 py-2">