Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

left navigation menu doesn't scroll #1883

Closed
IanMadd opened this issue Jan 26, 2022 · 3 comments · Fixed by #1885
Closed

left navigation menu doesn't scroll #1883

IanMadd opened this issue Jan 26, 2022 · 3 comments · Fixed by #1885
Assignees

Comments

@IanMadd
Copy link

IanMadd commented Jan 26, 2022

Describe the bug
The left navigation menu doesn't scroll if there are overflowing menu items.

Expected behavior
Long left nav menus can scroll

Minimal reproducible OpenAPI snippet(if possible)

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
The ps class in 2.0.0-rc.59 has overflow: hidden !important; overflow-anchor: none; touch-action: auto;, but this class isn't defined in 2.0.0-rc.62.

@talking-tortoise
Copy link

@IanMadd - I'm having the same issue as well with any overflow items. Following.

@talking-tortoise
Copy link

@IanMadd -- I don't know how you've integrated it or what setup you're using, but I had the @latest tag on my script. I just reverted to <script src="https://cdn.jsdelivr.net/npm/redoc@2.0.0-rc.23/bundles/redoc.standalone.js"> </script> and it's working again for me.

@ideadapt
Copy link

Same issue here, using <script src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js"></script> (which currently downloads 2.0.0-rc.62).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants