From c75415cd2142340e5d17d13cfcf69b4fad8c5412 Mon Sep 17 00:00:00 2001 From: Vaultnord Date: Sun, 30 Aug 2026 02:02:47 +0200 Subject: [PATCH] Synk fra arbeidsrepoet --- brand-proxy/static/brand.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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;