diff --git a/frontend/src/index.css b/frontend/src/index.css index 588541a8..4cc2cfc4 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -88,10 +88,13 @@ } .sidebar { + min-height: 0; overflow-y: auto; } .main-content { + min-height: 0; + min-width: 0; overflow-y: auto; } diff --git a/frontend/src/pages/ProceduralNavigationPage.tsx b/frontend/src/pages/ProceduralNavigationPage.tsx index a6b100b4..f153b52c 100644 --- a/frontend/src/pages/ProceduralNavigationPage.tsx +++ b/frontend/src/pages/ProceduralNavigationPage.tsx @@ -340,7 +340,7 @@ export function ProceduralNavigationPage() { const currentStepState = currentStep ? stepStates.get(currentStep.id) : undefined return ( -