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

"API docs by Redocly" banner at the bottom of the sidebar can obstruct the last item inside the sidebar #2650

Open
svix-jplatte opened this issue Jan 22, 2025 · 0 comments

Comments

@svix-jplatte
Copy link

Describe the bug

When the browser viewport is not high enough to fit the entire sidebar contents, the last item gets hidden behind the "API docs by Redocly" banner at the bottom of the sidebar.

Expected behavior

All sidebar items should be visible

Screenshots

Image

Additional context

I worked around the issue by including this extra bit of CSS to our site:

redoc ul[role="menu"] {
    /* fix last item being hidden behind the redoc banner on smaller viewports */
    padding-bottom: 32px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant