Skip to content

Commit

Permalink
Merge pull request #6 from dasvh/addFeatureStickyAsideCSS
Browse files Browse the repository at this point in the history
added CSS to accommodate larger table of contents in the aside section
  • Loading branch information
dasvh authored May 5, 2023
2 parents 53e002d + 6100fae commit 86f4080
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
.page__aside {
grid-area: aside;
color: var(--off-fg);
position: fixed;
top: 5rem;
width: 15rem;
margin-left: 50rem;
position: sticky;
top: 1rem;
right: 1rem;
overflow-y: auto;
max-height: 95vh;
}
Expand Down

0 comments on commit 86f4080

Please sign in to comment.