removed overflow previously added

This commit is contained in:
사무엘
2022-10-07 10:39:00 +09:00
committed by GitHub
parent 90e90e8c55
commit eb47a2e341

View File

@@ -82,7 +82,7 @@ function Page() {
}, []);
return (
<div className="flex flex-col items-center w-full px-4 overflow-hidden">
<div className="flex flex-col items-center w-full px-4">
<Helmet>
<title>Spacedrive A file manager from the future.</title>
<meta