+
{ dict.lightweightDeployment }
-
+
{ dict.simplifyProcess }
@@ -163,14 +163,12 @@ export default async function Home (props: PropsType) {
{
caseList.map((item: CaseType, index: number) => {
- return
-
+ return
+
diff --git a/src/app/globals.css b/src/app/globals.css
index 2ac6c40..c5e15c6 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -2,12 +2,12 @@
@tailwind components;
@tailwind utilities;
- /* ::-webkit-scrollbar {
+ ::-webkit-scrollbar {
display: none;
}
.main {
-ms-overflow-style: none;
scrollbar-width: none;
- } */
+ }
\ No newline at end of file