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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-sidebar__scrollwrap {
|
||||||
|
max-height: calc(100% - 50px);
|
||||||
|
}
|
||||||
|
|
||||||
.md-sidebar--secondary .md-sidebar__scrollwrap {
|
.md-sidebar--secondary .md-sidebar__scrollwrap {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: var(--light-blue) !important;
|
background-color: var(--light-blue) !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue