Skip to content

Commit

Permalink
Allow interview table of contents to scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqui committed Aug 11, 2024
1 parent 7c33b3f commit b80874f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/Interview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
div[slot="side"] {
position: sticky;
top: 2em;
max-height: calc(100vh - 4em);
padding-right: 8px;
padding-bottom: 4em;
overflow-y: scroll;
}
div[slot="side"] img {
Expand Down

0 comments on commit b80874f

Please sign in to comment.