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; }