Fix Safari overflow issue

This commit is contained in:
Michael Shamoon 2021-01-31 19:16:38 -08:00
parent 58ae14c364
commit abee54ebe3

View File

@ -24,6 +24,7 @@
padding-top: 0.5rem;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
min-height: min-content;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sidebar-sticky {