Merge pull request 'Add side bar menus mobile mode' (#13) from lavoce into main

Reviewed-on: #13
This commit is contained in:
2025-11-04 06:42:09 +00:00

View File

@@ -18,7 +18,7 @@ const LayoutSidebar = () => {
}} }}
style={{ style={{
background: 'linear-gradient(180deg, #1BAA56 0%,rgb(5, 75, 34) 100%)', background: 'linear-gradient(180deg, #1BAA56 0%,rgb(5, 75, 34) 100%)',
overflow: 'auto', // overflow: 'auto',
height: '100vh', height: '100vh',
position: 'fixed', position: 'fixed',
left: 0, left: 0,