Skip to content

Commit

Permalink
fix: TOC max height size (#9035)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihkelAuv authored Aug 3, 2023
1 parent 6654f6a commit dbdb075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/modern/src/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ body[data-layout="landing"] {
overflow-x: hidden;
overflow-y: auto;
max-width: 360px;
max-height: calc(100vh - #{$header-height});
max-height: calc(100vh - $header-height - $main-padding-top);

@include stick-to-header;

Expand Down

0 comments on commit dbdb075

Please sign in to comment.