remove navbar z index

This commit is contained in:
spencerwooo 2021-06-25 01:06:07 +01:00
parent debef82ce0
commit 370fb50420

View file

@ -4,7 +4,7 @@ import siteConfig from '../config/site.json'
const Navbar = () => {
return (
<div className="text-left bg-white p-3 sticky top-0 bg-opacity-80 backdrop-blur-md shadow-sm z-20">
<div className="text-left bg-white p-3 sticky top-0 bg-opacity-80 backdrop-blur-md shadow-sm">
<div className="max-w-4xl w-full mx-auto flex items-center justify-between">
<h1 className="font-bold text-xl">{siteConfig.title}</h1>
<a href="https://github.com/spencerwooo/onedrive-vercel-index" target="_blank" rel="noopener noreferrer">