mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
Remove a few submenu scroll bars on docs site
Remove the scroll bars for the "Topics" and "Tutorial" submenus on the website. Previously, unnecessary scroll bars appeared in Firefox and Chrome. Applying this change allows "Community" and "API Guide" submenues to still have scroll bars as necessary.
This commit is contained in:
parent
676aa77223
commit
f768e901ea
|
@ -6,7 +6,7 @@ pre {
|
|||
|
||||
.dropdown .dropdown-menu {
|
||||
display: none;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.dropdown.open .dropdown-menu {
|
||||
|
|
Loading…
Reference in New Issue
Block a user