Skip to content

Commit 05699c5

Browse files
committed
[Docs] Fix scroll bars CSS
1 parent 3fc582c commit 05699c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

scripts/docs/source/_static/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@
1818
ul.navbar-icon-links {
1919
justify-content: center;
2020
}
21+
22+
.bd-sidebar-secondary {
23+
flex-basis: content;
24+
max-height: 100vh;
25+
}
26+
27+
footer.bd-footer-content {
28+
display: none;
29+
}
30+
31+
/* https://github.com/executablebooks/sphinx-book-theme/issues/732 */
32+
#rtd-footer-container {
33+
margin-top: 0px !important;
34+
margin-bottom: 0px !important;
35+
}

0 commit comments

Comments
 (0)