Skip to content

Commit ed59ba6

Browse files
committed
fix: header ml to fix cls
1 parent 7b6d1d5 commit ed59ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/header/internal/HeaderWithShadow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const HeaderWithShadow: Component = ({ children }) => {
1515
<header
1616
data-hide-print
1717
className={clsx(
18-
'fixed left-0 top-0 z-[9] h-[4.5rem] w-[calc(100vw-5px)] overflow-hidden transition-shadow duration-200',
18+
'fixed left-0 right-0 top-0 z-[9] ml-[calc(100vw-100%)] h-[4.5rem] overflow-hidden transition-shadow duration-200',
1919
showShadow &&
2020
'shadow-none shadow-neutral-100 dark:shadow-neutral-800/50 lg:shadow-sm',
2121
)}

0 commit comments

Comments
 (0)