From 6ed3b4bbe68c9af2c54ebac28074440728d365c0 Mon Sep 17 00:00:00 2001 From: bonamin Date: Mon, 23 Feb 2026 18:06:26 +0200 Subject: [PATCH] Claude fixed (hopefully) the top bars clipping outside the screen --- frontend/src/layout/MainLayout.jsx | 6 +++--- frontend/src/layout/Sidebar.jsx | 2 +- frontend/src/melodies/MelodyList.jsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/layout/MainLayout.jsx b/frontend/src/layout/MainLayout.jsx index c41851f..11210b1 100644 --- a/frontend/src/layout/MainLayout.jsx +++ b/frontend/src/layout/MainLayout.jsx @@ -4,11 +4,11 @@ import Sidebar from "./Sidebar"; export default function MainLayout() { return ( -
+
-
+
-
+
diff --git a/frontend/src/layout/Sidebar.jsx b/frontend/src/layout/Sidebar.jsx index 57199d2..544ffc4 100644 --- a/frontend/src/layout/Sidebar.jsx +++ b/frontend/src/layout/Sidebar.jsx @@ -50,7 +50,7 @@ export default function Sidebar() { const canManageStaff = hasRole("sysadmin", "admin"); return ( -