From 1885622747e7b67a4e483478d42d1a1e7872e675 Mon Sep 17 00:00:00 2001 From: Jared A Sutton Date: Fri, 22 Apr 2022 17:19:56 -0400 Subject: [PATCH] Remove inline "position:sticky" from "header". Using "position:sticky" on both the component root element and the header element causes the header element to move down the page as the user scrolls down. --- components/page-header/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/page-header/Header.tsx b/components/page-header/Header.tsx index 05d57fbb9aab..bae1addee352 100644 --- a/components/page-header/Header.tsx +++ b/components/page-header/Header.tsx @@ -59,7 +59,7 @@ export const Header = () => { {error !== '404' && }