Skip to content

Commit

Permalink
Merge pull request #120 from dylanbuchi/main
Browse files Browse the repository at this point in the history
fix: remove touch-none class to enable scrolling
  • Loading branch information
warmachine028 authored Oct 9, 2023
2 parents 2c89a93 + f5eb34d commit 4774a04
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 @@ -19,7 +19,7 @@ import ShoeDetails from './components/ShoeDetails.jsx';
const App = () => {
return (
<Router>
<main className={'scroll-smooth z-40 h-fit overflow-hidden touch-none relative'}>
<main className={'scroll-smooth z-40 h-fit overflow-hidden relative'}>
<Navbar />
<Routes>
<Route
Expand Down

0 comments on commit 4774a04

Please sign in to comment.