fix(layout): incorrect footer positioning on short pages

This commit is contained in:
ppoffice 2020-05-28 20:29:11 -04:00
parent d74488ac96
commit e115edbc10
1 changed files with 9 additions and 0 deletions

View File

@ -60,7 +60,16 @@ $colors = merge($colors, $custom-colors)
@import bulma-stylus-root + '/layout/_all'
html
height: 100%
-webkit-text-size-adjust: 100%
-moz-text-size-adjust: 100%
-ms-text-size-adjust: 100%
text-size-adjust: 100%
body
min-height: 100%
display: flex
flex-direction: column
body > .section
flex-grow: 1