Skip to content

Commit

Permalink
[BSv5] fix main container height (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-soubeyrand committed May 26, 2023
1 parent acca318 commit f22a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_main-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.td-outer {
display: flex;
flex-direction: column;
height: 100vh;
min-height: 100vh;
}

// The outer page container for the default base template.
Expand Down

0 comments on commit f22a70e

Please sign in to comment.