We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6d1d5 commit ed59ba6Copy full SHA for ed59ba6
src/components/layout/header/internal/HeaderWithShadow.tsx
@@ -15,7 +15,7 @@ export const HeaderWithShadow: Component = ({ children }) => {
15
<header
16
data-hide-print
17
className={clsx(
18
- 'fixed left-0 top-0 z-[9] h-[4.5rem] w-[calc(100vw-5px)] overflow-hidden transition-shadow duration-200',
+ 'fixed left-0 right-0 top-0 z-[9] ml-[calc(100vw-100%)] h-[4.5rem] overflow-hidden transition-shadow duration-200',
19
showShadow &&
20
'shadow-none shadow-neutral-100 dark:shadow-neutral-800/50 lg:shadow-sm',
21
)}
0 commit comments