Skip to content

Commit

Permalink
Merge pull request #137 from harshbhar0629/BUG/Overflow-Hidden
Browse files Browse the repository at this point in the history
Bug: Overflow hidden in x-direction
  • Loading branch information
BhattAnsh authored Nov 1, 2024
2 parents e9b8f8a + 7160087 commit 4f92e8e
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 4f92e8e

Please sign in to comment.