Claude fixed (hopefully) the top bars clipping outside the screen

This commit is contained in:
2026-02-23 18:06:26 +02:00
parent cf9fa91238
commit 6ed3b4bbe6
3 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ export default function Sidebar() {
const canManageStaff = hasRole("sysadmin", "admin");
return (
<aside className="w-56 min-h-screen p-4 border-r flex flex-col" style={{ backgroundColor: "var(--bg-sidebar)", borderColor: "var(--border-primary)" }}>
<aside className="w-56 h-screen flex-shrink-0 p-4 border-r flex flex-col overflow-y-auto" style={{ backgroundColor: "var(--bg-sidebar)", borderColor: "var(--border-primary)" }}>
<div className="mb-8 px-2">
<img
src="/logo-dark.png"