Added drag to scroll container
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user