diff --git a/components/global-header.tsx b/components/global-header.tsx index 9141a439a..0cbc3a129 100644 --- a/components/global-header.tsx +++ b/components/global-header.tsx @@ -88,7 +88,7 @@ function MobileMenuLinks() { export function GlobalHeader() { return ( - + diff --git a/components/sticky-banner.tsx b/components/sticky-banner.tsx index cbecd0c7a..b5f8464ff 100644 --- a/components/sticky-banner.tsx +++ b/components/sticky-banner.tsx @@ -10,9 +10,8 @@ export function StickyBanner() { bg={'yellow.300'} color='gray.900' alignItems='center' - position='fixed' - left={0} - right={0} + position='sticky' + top={0} zIndex={999} justifyContent='center' py='8px'