8000 STY Removes hidden scroll bar (#15999) · scikit-learn/scikit-learn@faaed7c · GitHub
[go: up one dir, main page]

Skip to content

Commit faaed7c

Browse files
thomasjpfanogrisel
authored andcommitted
STY Removes hidden scroll bar (#15999)
1 parent f9c9ccc commit faaed7c

File tree

1 file changed

+10
-0
lines changed
  • doc/themes/scikit-learn-modern/static/css

1 file changed

+10
-0
lines changed

doc/themes/scikit-learn-modern/static/css/theme.css

+10
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,16 @@ div.sk-sidebar-toc-wrapper {
518518
overflow-y: scroll;
519519
height: 100vh;
520520
padding-right: 1.75rem;
521+
522+
/* Hide scrollbar for IE and Edge */
523+
-ms-overflow-style: none;
524+
525+
/* Hide scrollbar for Firefox */
526+
scrollbar-width: none;
527+
}
528+
529+
div.sk-sidebar-toc-wrapper::-webkit-scrollbar {
530+
display: none;
521531
}
522532

523533
div.sk-sidebar-toc-wrapper::after {

0 commit comments

Comments
 (0)
0