-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Styling arrow circle at the bottom right of the screen #1850
Comments
Currently, button arrows accept the |
Is there any way to work around this ? Maybe an option to hide the circle or something like that ? cc: @Oprysk |
@clarencedesmarais Hi! We add class to this button. I hope it helps you customize the fab button. |
Thanks :) |
@clarencedesmarais Hi! Sorry for the long delay. We discussed it. And added options to the theme object and props for hiding the fab button. We plan to release it this week. |
Describe the bug
I am not exactly sure how to change the background color of the element that appears at the bottom right of the screen when screen is minimized. Here's a capture of what this looks like now :
I would like the background there to be black for example.
I've already customized the react component to adjust styling, but for this specific html element, I am at a loss.
I've tried looking at : https://github.com/Redocly/redoc#redoc-theme-object
And tried adjusting the following:
amongst other things.
Expected behavior
Clear documentation on how to use the theme object for styling this html element.
Minimal reproducible OpenAPI snippet(if possible)
The text was updated successfully, but these errors were encountered: