Merge pull request 'Fixes mobile sidebar collapsing to content height instead of filling the overlay' (#3) from fix/mobile-sidebar-height into master
Continuous Integration / config (push) Successful in 10s
Continuous Integration / backend-build (push) Successful in 4m56s
Continuous Integration / vulnerability-scan (push) Successful in 4m23s
Continuous Integration / frontend-prepare (push) Successful in 1m51s
Continuous Integration / backend-test (push) Successful in 5m23s
Continuous Integration / frontend-build (push) Successful in 2m20s
Continuous Integration / frontend-test (push) Successful in 4m24s
Continuous Integration / frontend-lint (push) Successful in 2m6s
Continuous Integration / publish-production (push) Skipped
Continuous Integration / deploy-production (push) Skipped
Continuous Integration / publish-test (push) Successful in 6m45s
Deploy (SCP) / deploy (push) Successful in 1m22s
Continuous Integration / deploy-test (push) Successful in 1m24s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-07-31 00:47:17 +02:00
+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">