From 373a1497d4da51e43b3c0e811765f4e47e37df0c Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Thu, 9 Oct 2025 00:20:39 +0300 Subject: [PATCH] Revert "fix scroll in the home page" This reverts commit d8b06c097b11f1ed86ca2c26081af2eeee0538c3. --- src/App.tsx | 9 +-------- src/index.css | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ccc9c67..fcb85b0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,4 @@ import { App as AntdApp, ConfigProvider } from "antd"; -import "antd/dist/reset.css"; import { ScrollHandlerProvider } from "contexts/ScrollHandlerContext"; import { getDirection, LocalesMap } from "i18n/helper"; import { useEffect, useMemo } from "react"; @@ -41,13 +40,7 @@ function App() { > -
+
diff --git a/src/index.css b/src/index.css index 8741a9b..c4881e8 100644 --- a/src/index.css +++ b/src/index.css @@ -48,7 +48,7 @@ body, .ant-app { max-width: 100vw; max-height: 100vh; - overflow: hidden; + /* overflow: hidden; */ } body {