Skip to content

Commit

Permalink
Overflow hide in x-direction
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbhar0629 committed Oct 30, 2024
1 parent 37e9f10 commit 7160087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuizQuestFrontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function App() {
const shouldDisplayNavbar = !routesWithoutNavbar.includes(location.pathname);

return (
<div className="p-0 m-0">
<div className="p-0 m-0 overflow-x-hidden">
{shouldDisplayNavbar && <FloatingNav navItems={navItems} />}
{routing}
<Footer></Footer>
Expand Down

0 comments on commit 7160087

Please sign in to comment.