Documentation: Add spacing to sidebars so the last item is always visible

This commit is contained in:
Paulo Júnior 2020-12-07 14:24:04 -03:00 committed by GitHub
parent 0d15ac8861
commit 02d856b8a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,10 @@
padding: 0;
}
.md-sidebar__scrollwrap {
max-height: calc(100% - 50px);
}
.md-sidebar--secondary .md-sidebar__scrollwrap {
border-radius: 8px;
background-color: var(--light-blue) !important;