From 7160087607a0423160f888c4d4dcd16d1a49c554 Mon Sep 17 00:00:00 2001 From: harshbhar0629 Date: Wed, 30 Oct 2024 18:26:39 +0530 Subject: [PATCH] Overflow hide in x-direction --- QuizQuestFrontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuizQuestFrontend/src/App.jsx b/QuizQuestFrontend/src/App.jsx index e93538e..4bb970b 100644 --- a/QuizQuestFrontend/src/App.jsx +++ b/QuizQuestFrontend/src/App.jsx @@ -86,7 +86,7 @@ function App() { const shouldDisplayNavbar = !routesWithoutNavbar.includes(location.pathname); return ( -
+
{shouldDisplayNavbar && } {routing}