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:
spollard 2020-04-23 02:36:46 -06:00 committed by GitHub
parent 676aa77223
commit 13c08370e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ pre {
.dropdown .dropdown-menu {
display: none;
overflow-y: scroll;
overflow-y: auto;
}
.dropdown.open .dropdown-menu {