diff --git a/src/styles/App.css b/src/styles/App.css index c47bb58..9b8bafe 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -298,17 +298,17 @@ body { .main-content { flex: 1; background-color: var(--storybook-bg); - overflow: hidden; + overflow-y: auto; display: flex; flex-direction: column; } /* Component View */ .component-view { - height: 100%; + flex: 1; display: flex; flex-direction: column; - overflow: hidden; + overflow-y: auto; } .component-header {