Skip to content

Commit 08d4bbc

Browse files
author
sabato.galasso
committed
fix class sticky-top
1 parent 23b09a4 commit 08d4bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Header/Headers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Headers: FC<HeadersProps> = ({ className, shadow = false, sticky =
1616
{
1717
'it-shadow': shadow,
1818
'it-header-sticky': sticky,
19-
...(sticky ? { 'sticky-top': true } : {})
19+
'sticky-top': sticky
2020

2121
},
2222
className

0 commit comments

Comments
 (0)