Fixes mobile sidebar collapsing to content height instead of filling the overlay #3

Merged
Sluijsens merged 1 commits from fix/mobile-sidebar-height into master 2026-07-31 00:47:19 +02:00
Showing only changes of commit bc4de27b97 - Show all commits
+1 -1
View File
@@ -54,7 +54,7 @@ export function Sidebar({ onClose }: SidebarProps = {}) {
return (
<aside
className="flex w-64 shrink-0 flex-col border-r border-border bg-card"
className="flex h-full w-64 shrink-0 flex-col border-r border-border bg-card"
data-testid="app-sidebar"
>
<div className="flex h-16 items-center justify-between border-b border-border px-6">