Skip to content

Commit

Permalink
💄 style(quick-navigation): reduce max-height for ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Aug 30, 2023
1 parent a1378fe commit 718f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/parts/_quick_navigation_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
border-radius: 5px;
background-color: var(--background-color);
padding-right: $padding-horizontal;
max-height: 80vh;
max-height: 70vh;
overflow-y: auto;
font-size: 0.8rem;
text-align: left;
Expand Down

0 comments on commit 718f477

Please sign in to comment.