From e7110225821a387b7dc65941bd0a8dafc0b6e581 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Mon, 22 Jun 2026 12:07:57 +0200 Subject: [PATCH] na --- css/application.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/application.css b/css/application.css index 0184459..c598c0f 100644 --- a/css/application.css +++ b/css/application.css @@ -52,8 +52,6 @@ header { box-shadow: 0px 2px 2px 0px #0000000A; z-index: 100; - anchor-name: --header; - > a { flex-grow: 1; max-width: 12.6875rem; @@ -61,10 +59,10 @@ header { } #inter-ikea-systems { - position: absolute; - position-anchor: --header; - right: anchor(right); - top: calc(anchor(bottom) + 1.25rem); + position: fixed; + + right: 1rem; + top: 5.125rem; }