From 71f42f414924c63a74c9f0229c164771d6f82284 Mon Sep 17 00:00:00 2001 From: bragaz_rexita Date: Tue, 4 Nov 2025 13:41:25 +0700 Subject: [PATCH] Add side bar menus mobile mode --- src/layout/LayoutSidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/LayoutSidebar.jsx b/src/layout/LayoutSidebar.jsx index 1b17d95..efedc73 100644 --- a/src/layout/LayoutSidebar.jsx +++ b/src/layout/LayoutSidebar.jsx @@ -18,7 +18,7 @@ const LayoutSidebar = () => { }} style={{ background: 'linear-gradient(180deg, #1BAA56 0%,rgb(5, 75, 34) 100%)', - overflow: 'auto', + // overflow: 'auto', height: '100vh', position: 'fixed', left: 0,