diff --git a/style.css b/style.css index b7f6876..ed3b848 100644 --- a/style.css +++ b/style.css @@ -125,7 +125,6 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);} overflow-y: auto; box-sizing: border-box; padding: 0 64px; - padding-bottom: 64px; } .content > div:empty::before { position: absolute; @@ -139,6 +138,12 @@ body {padding:0;margin:0;background-color:var(--mainColorThemedLight);} font-size: 24px; } +.content > div { + padding-bottom: 64px; + min-height: 100%; + box-sizing:border-box; +} + templates, template { display: none; }