diff --git a/traffic-light-desktop/frontend/src/styles/dashboard.css b/traffic-light-desktop/frontend/src/styles/dashboard.css index adbacf7..3b324a2 100644 --- a/traffic-light-desktop/frontend/src/styles/dashboard.css +++ b/traffic-light-desktop/frontend/src/styles/dashboard.css @@ -5,13 +5,14 @@ body { font-family: "Inter", sans-serif; margin: 0; padding: 0; - height: 100vh; - overflow: hidden; + min-height: 100vh; + overflow-x: hidden; + overflow-y: auto; } .app-container { display: flex; - height: 100vh; + min-height: 100vh; width: 100%; gap: 1rem; padding: 1rem;