Working on scroll interactivity, and mouse events

This commit is contained in:
Frank Delaguila
2022-03-15 23:56:59 -06:00
parent 902844cdd1
commit 6c8911796b
3 changed files with 40 additions and 17 deletions

View File

@@ -6,6 +6,8 @@ html,
body {
margin: 0;
padding: 0;
font-family: 'Museo Sans';
overscroll-behavior: none;
}
#root {