Skip to content

Commit 080b03c

Browse files
authored
Fix scrolling to bottom of sidebars. (#155)
1 parent d287d40 commit 080b03c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/beeware_docs_tools/overrides/assets/stylesheets/beeware_theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ body {
577577
@media screen and (min-width: 60em) {
578578
.md-sidebar__scrollwrap {
579579
margin-top: -64px;
580+
padding-bottom: 4rem; /* Scrollbar bugfix; enables scrolling to the bottom */
580581
}
581582
}
582583

0 commit comments

Comments
 (0)