-
Notifications
You must be signed in to change notification settings - Fork 116
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
Footer UI defects on Redoc sidebar #274
Comments
Can recreate this on the example website - https://redocusaurus.vercel.app/docs/nested/nested-1#tag/store_model |
I don't really have a fix for this. You might have to fix this with some custom css like the custom fixes already added here - https://github.com/rohit-gohri/redocusaurus/blob/main/packages/docusaurus-theme-redoc/src/theme/Redoc/styles.css Would be happy to merge and release a PR.
That is just default docusaurus theme, nothing to do with redoc. |
If you are looking for a quick fix. Then you can add this css to your custom.css file. .menu-content .scrollbar-container > ul + div {
position: relative;
} |
Thanks @Innders , however I don't see any |
@jrub you need to add that whole code snippet above to the default custom.css file that's created when you initialised docusaurus. |
@Innders well I recreated the file as I removed it at some point, but it did not work. I had this when I initialised: jrub/redocusaurus_test@ee18599#diff-44813f307e729042af7e70beff6f32ea63a7941bc100043a49e84d229ea2570f so I think it might be a different thing form what you're getting? (as again, those classes are not around). Thanks again! |
@jrub make sure you uncomment this line in your docusaurus.config.js file. Otherwise the CSS file won't be included in your build and none of those styles will be applied. I just tried it in your repo and it worked for me :) |
yeah, I did, plus relaunching yarn start, just in case 😢 |
Hi there, I built the Redoc component as the main page and the footer is showing some glitches as the Redocly watermark shows above it. I'm using the default themes. Any ideas or tips to improve it? Thx
The text was updated successfully, but these errors were encountered: