diff --git a/frontend/src/styles/Layout.css b/frontend/src/styles/Layout.css index e3a1fc4..5d5f167 100644 --- a/frontend/src/styles/Layout.css +++ b/frontend/src/styles/Layout.css @@ -20,6 +20,9 @@ display: flex; flex-direction: column; transition: margin-left 0.3s ease; + overflow-y: auto; + height: 100vh; + height: 100dvh; } /* Adjust main content when sidebar is collapsed */