Skip to content

Commit

Permalink
Fixed overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gourav2609 committed Oct 23, 2023
1 parent 2df32cd commit 8934b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
<>
{!navOpen && (
<button
className="duration-25 absolute relative top-3 left-3 z-20 hidden transition-all md:block"
className="duration-25 absolute top-3 left-3 z-20 hidden transition-all md:block"
onClick={() => {
setNavOpen(!navOpen);
}}
Expand Down

0 comments on commit 8934b9a

Please sign in to comment.