1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-26 10:03:48 +03:00

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;