Description
Describe the bug
We want to integrate our project with storybook, unfortunatelly just adding storybook and running it, we are not able to see the documentation pages because storybook scroll doesn't work
We saw the issue was reported few times already and closed because who opened it didn't provide an example.
Here our link to stackblitz to reproduce the issue
https://stackblitz.com/~/github.com/Cris13/storybook-notscrolling
Run in the stackblitz terminal npm run storybook
to start storybook and see that The "Configure your project" page doesn't scroll, same as the other docs pages
To Reproduce
Start a new project with ionic and angular
npx ionic start
Select Angular and Tabs project
Once ionic cli had everything installed move in the project directory
Run
npx storybook@latest init
Follow the steps and make sure you select the docs too
Run
npm run storybook
Observed result:
The "Configure your project" page doesn't scroll, same as the other docs pages
System
Storybook Environment Info:
System:
OS: macOS 13.6
CPU: (10) arm64 Apple M1 Pro
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node
npm: 10.2.3 - ~/.nvm/versions/node/v18.19.0/bin/npm <----- active
Browsers:
Chrome: 121.0.6167.184
Safari: 17.0
npmPackages:
@storybook/addon-docs: ^7.6.17 => 7.6.17
@storybook/addon-essentials: ^7.6.17 => 7.6.17
@storybook/addon-interactions: ^7.6.17 => 7.6.17
@storybook/addon-links: ^7.6.17 => 7.6.17
@storybook/angular: ^7.6.17 => 7.6.17
@storybook/blocks: ^7.6.17 => 7.6.17
@storybook/test: ^7.6.17 => 7.6.17
eslint-plugin-storybook: ^0.8.0 => 0.8.0
storybook: ^7.6.17 => 7.6.17
Additional context
No response