Fixes mobile sidebar collapsing to content height instead of filling the overlay #3
@@ -54,7 +54,7 @@ export function Sidebar({ onClose }: SidebarProps = {}) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<aside
|
<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"
|
data-testid="app-sidebar"
|
||||||
>
|
>
|
||||||
<div className="flex h-16 items-center justify-between border-b border-border px-6">
|
<div className="flex h-16 items-center justify-between border-b border-border px-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user