diff --git a/brand-proxy/static/brand.css b/brand-proxy/static/brand.css index e40002d..0d047fe 100644 --- a/brand-proxy/static/brand.css +++ b/brand-proxy/static/brand.css @@ -116,6 +116,15 @@ bit-landing-footer footer > div:nth-of-type(3)::before { .tw-min-h-screen { min-height: calc(100vh - 46px) !important; } +.tw-h-screen { + height: calc(100vh - 46px) !important; +} +/* Og når innholdet er høyere enn vinduet: uten denne ligger stripen oppå det + siste avsnittet når man har rullet helt ned. Begge deler trengs - den ene + for korte sider, den andre for lange. */ +body { + padding-bottom: 46px !important; +} #vaultnord-footer { position: fixed;