Skip to content

Commit

Permalink
have header span the entire page (#22543)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark authored Nov 2, 2021
1 parent 6747838 commit 2969394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page-header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Header = () => {
{error !== '404' && <HeaderNotifications />}
<header
className={cx(
'color-bg-default container-xl px-3 px-md-6 pt-3 pb-3 position-sticky top-0 z-3',
'color-bg-default px-3 px-md-6 pt-3 pb-3 position-sticky top-0 z-3',
scroll ? 'color-shadow-medium' : 'color-shadow-small'
)}
>
Expand Down

0 comments on commit 2969394

Please sign in to comment.