Claude fixed (hopefully) the top bars clipping outside the screen
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user