Skip to content

Commit

Permalink
place opened menu under header
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjirku committed Oct 15, 2023
1 parent 502ffb5 commit 9c1b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Layout: FC<PropsWithChildren<LyoutProps>> = ({
</ul>
</nav>
<nav className="w-full md:hidden left-0 flex-col" aria-label="Hlavné">
<div className="w-full flex bg-indigo-400 z-30">
<div className="w-full flex relative bg-indigo-400 z-30">
<h1 className="font-light p-2 py-2 text-2xl">Mc Mamina</h1>
<button
className="stroke-indigo-100 absolute right-0 pr-2"
Expand Down

0 comments on commit 9c1b040

Please sign in to comment.