-
Notifications
You must be signed in to change notification settings - Fork 442
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
ReDoc broken sidebar in Chrome 80 #548
Comments
Is there a way how to use the fixed version via drf-yasg? |
I have the same problem too, i'm using the version of drf-yasg: 1.17.1 and still happens |
I fixed the bug: go to your html page and change this: <script src="{% static 'drf-yasg/redoc/redoc.min.js' %}"></script>to this: <script src="https://rebilly.github.io/ReDoc/releases/latest/redoc.min.js"></script> |
As I see there is unmerged pr for this issue #543 A bit elaborated solution above to fix my case when redoc is hosted somewhere:
|
Since the fix for Redocly/redoc#1167 is in Redocly/redoc@1a2a7dd .menu-content {
contain: unset !important;
} Into your application somehow. |
In my case, |
Fixed in master now, updated to rc40, sorry for disappearing. |
This fixed in version 2.0.0-rc.23 ReDoc
Redocly/redoc#1167
The text was updated successfully, but these errors were encountered: