Skip to content

Commit

Permalink
fix: navbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Dec 26, 2024
1 parent 0a869ec commit e4c6fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function NavBar() {
const onClose = () => setIsOpen(false);

return (
<div className="navbar fixed flex flex-col bg-base-100 p-0 shadow-md">
<div className="navbar fixed flex flex-col bg-base-100 p-0 shadow-md z-10">
<div className="navbar z-10 mx-auto max-w-5xl gap-4 bg-base-100">
<button
type="button"
Expand Down

0 comments on commit e4c6fd1

Please sign in to comment.