Skip to content

Commit 2969394

Browse files
authored
have header span the entire page (#22543)
1 parent 6747838 commit 2969394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/page-header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const Header = () => {
4949
{error !== '404' && <HeaderNotifications />}
5050
<header
5151
className={cx(
52-
'color-bg-default container-xl px-3 px-md-6 pt-3 pb-3 position-sticky top-0 z-3',
52+
'color-bg-default px-3 px-md-6 pt-3 pb-3 position-sticky top-0 z-3',
5353
scroll ? 'color-shadow-medium' : 'color-shadow-small'
5454
)}
5555
>

0 commit comments

Comments
 (0)