Make scrollable sections only display the scrollbar if necessary

This commit is contained in:
ShadowLarkens
2021-06-23 18:56:32 -07:00
parent b5354b574d
commit d9bbc3e7c2
@@ -95,7 +95,7 @@ $separator-color: colors.$primary !default;
overflow-y: hidden;
& > .Section__rest > .Section__content {
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
}
}