diff --git a/main.js b/main.js index ed13a62..5b14a9d 100644 --- a/main.js +++ b/main.js @@ -1 +1,3 @@ -document.getElementById( 'bottom' ).scrollIntoView(); +function part2() { + document.getElementById("vegetable-dash").scrollIntoView(); +} diff --git a/styles.css b/styles.css index 16c85a0..31e5594 100644 --- a/styles.css +++ b/styles.css @@ -10,7 +10,7 @@ Main html, body { margin: 0; padding: 0; - overlanding: hidden; + overflow: hidden; } ::-webkit-scrollbar {