Added drag to scroll container

This commit is contained in:
Sebastian Seedorf
2022-08-16 22:03:36 +02:00
parent a08478e504
commit 1522962edd
10 changed files with 96 additions and 30 deletions

View File

@@ -4,10 +4,6 @@ import {Home} from "../components/home/Home";
import {useEffect} from "react";
const Page: NextPage = () => {
useEffect(() =>
{
document.body.classList.add("scroll");
});
return (
<>
<Head>