Fix padding on the sidebar

This commit is contained in:
Paul Pacheco 2018-12-19 23:03:48 -06:00
parent 96189c5f03
commit 33209b9132

View File

@ -77,7 +77,7 @@
@include media-breakpoint-up(md) {
@supports (position: sticky) {
max-height: calc(100vh - 9rem);
max-height: calc(100vh);
overflow-y: auto;
}
}