Skip to content

Commit 13c0837

Browse files
authored
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.
1 parent 676aa77 commit 13c0837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_theme/css/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pre {
66

77
.dropdown .dropdown-menu {
88
display: none;
9-
overflow-y: scroll;
9+
overflow-y: auto;
1010
}
1111

1212
.dropdown.open .dropdown-menu {

0 commit comments

Comments
 (0)