fixed the overflow

This commit is contained in:
사무엘 2022-10-07 09:09:32 +09:00 committed by GitHub
parent e5d7eb4300
commit 90e90e8c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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