Skip to content

Commit

Permalink
Fix height bug at charts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Nov 3, 2023
1 parent 9877596 commit 180b926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/layout/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
&__body {
background-color: color('background', 'main');
inline-size: 100%;
min-block-size: 100lvh;
min-block-size: calc(100lvh + 1rem);

@include breakpoint('md') {
inline-size: calc(100% - #{get-css-variable(--sidebar-inline-size)});
Expand Down

0 comments on commit 180b926

Please sign in to comment.