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 {