Skip to content

Commit

Permalink
fix sidebar height
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Nov 5, 2023
1 parent e384554 commit 5540945
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ body {
.sidebar {
opacity: 0.9;
background-color: $color_header_background;
min-height: calc(100vh - 51px);
}

h1,
Expand Down

0 comments on commit 5540945

Please sign in to comment.