From 7bef475d03526430b2e7fbd73c9f57b57a62f917 Mon Sep 17 00:00:00 2001 From: kaali <21cs2028@rgipt.ac.in> Date: Mon, 27 May 2024 00:14:58 +0530 Subject: [PATCH] fixed-Space-on-Right-Side-of-Pages --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index 37324e7a..f1fed599 100644 --- a/src/App.css +++ b/src/App.css @@ -18,6 +18,10 @@ box-sizing: border-box; } +html, body { + overflow-x: hidden; + width: 100%; +} /* Styles for light mode */ .light-mode-app {