Fix issue scrolling to the end of sidebar

This commit is contained in:
Paul Pacheco 2018-12-22 22:38:10 -06:00
parent 8efaf5c159
commit cef22386da

View File

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