Skip to content

Commit

Permalink
fix: navbar hide on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 7, 2024
1 parent e9bf700 commit 1f39b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Test from './pages/Test';
import Footer from './components/Footer';
function App() {
return (
<div className="flex flex-col justify-start items-start min-h-screen bg-gray-100 overflow-hidden">
<div className="flex flex-col justify-start items-start min-h-screen bg-gray-100">
<Router>
<Navbar />

Expand Down

0 comments on commit 1f39b50

Please sign in to comment.