This commit is contained in:
Michael Shamoon 2021-01-01 12:42:58 -08:00
parent 22c77e7be5
commit 7740961697

View File

@ -19,11 +19,11 @@
.sidebar-sticky { .sidebar-sticky {
position: relative; position: relative;
top: 0; /* height: calc(100vh - 48px); */ top: 0; /* height: calc(100vh - 48px); */
height: 100%; height: 100%;
padding-top: 0.5rem; padding-top: 0.5rem;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
} }
@supports ((position: -webkit-sticky) or (position: sticky)) { @supports ((position: -webkit-sticky) or (position: sticky)) {
.sidebar-sticky { .sidebar-sticky {