mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Remove a few submenu scroll bars on docs site (#7283)
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
13c08370e7
|
@ -6,7 +6,7 @@ pre {
|
||||||
|
|
||||||
.dropdown .dropdown-menu {
|
.dropdown .dropdown-menu {
|
||||||
display: none;
|
display: none;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown.open .dropdown-menu {
|
.dropdown.open .dropdown-menu {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user