Documentation: Add spacing to sidebars so the last item is always visible
This commit is contained in:
parent
0d15ac8861
commit
02d856b8a5
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue