1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed content not stretching to viewport height (regression)

This commit is contained in:
squidfunk 2020-02-29 11:02:00 +01:00
parent 68c9cb6dac
commit c388c5ce20

View File

@ -32,10 +32,10 @@ $md-toggle__drawer--checked:
// Rules: base grid and containers
// ----------------------------------------------------------------------------
// Stretch container to viewport and set base font-size to 10px for simple
// calculations base on relative ems (rems)
// Stretch container to viewport and set base font-sizefor simple calculations
// based on relative ems (rems)
html {
min-height: 100%;
height: 100%;
background-color: var(--md-default-bg-color);
// Hack: normally, we would set the base font-size to 62.5%, so we can base
// all calculations on 10px, but Chromium and Chrome define a minimal font