Made docs sidebar a slight bit easier to scroll

Now it easily goes off the page, made it indapentally scrollable.
Will probably do something different in future as it grows more.
This commit is contained in:
Dan Brown
2020-11-28 15:28:44 +00:00
parent 53bcfe528d
commit 875a8bdaff

View File

@ -274,4 +274,6 @@
.sticky-sidebar {
position: sticky;
top: $-m;
max-height: calc(100vh - #{$-m});
overflow-y: auto;
}