Skip to content

Commit

Permalink
Remove a few submenu scroll bars on docs site (encode#7283)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
spollard authored Apr 23, 2020
1 parent 676aa77 commit 13c0837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_theme/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pre {

.dropdown .dropdown-menu {
display: none;
overflow-y: scroll;
overflow-y: auto;
}

.dropdown.open .dropdown-menu {
Expand Down

0 comments on commit 13c0837

Please sign in to comment.