stacking fix

This commit is contained in:
Atreya Choudhury
2024-08-11 09:06:30 +02:00
parent bb81935f0c
commit 3c948ccdde
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import SearchButton from './SearchButton'
const Header = () => {
let headerClass = 'flex items-center w-full bg-white dark:bg-gray-950 justify-between py-10'
if (siteMetadata.stickyNav) {
headerClass += ' sticky top-0'
headerClass += ' sticky top-0 z-50'
}
return (