Skip to content

Commit

Permalink
Removing Navbar dominant overlay feature
Browse files Browse the repository at this point in the history
  • Loading branch information
smaln committed Jun 9, 2024
1 parent c9a0056 commit 2d9c66a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ const Navbar: React.FunctionComponent = () => {
const user = useCurrentUserContext();

return (
<nav
style={{ zIndex: 1000 }}
className="flex items-center justify-between sticky top-0 sm:mb-4 px-5 py-6 w-full border-b border-gray-300 dark:border-gray-700 sm:mb-8d dark:bg-[#1e1e1e] bg-white"
>
<nav className="flex items-center justify-between sticky top-0 sm:mb-4 px-5 py-6 w-full border-b border-gray-300 dark:border-gray-700 sm:mb-8d dark:bg-[#1e1e1e] bg-white">
<div>
<RiMatchLogo />
</div>
Expand Down

0 comments on commit 2d9c66a

Please sign in to comment.