Completed Scroll Button!

This commit is contained in:
Squirrel-314 2021-01-13 19:16:17 -05:00
parent 186bd42c14
commit bc06e793cd
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,3 @@
document.getElementById( 'bottom' ).scrollIntoView(); function part2() {
document.getElementById("vegetable-dash").scrollIntoView();
}

View file

@ -10,7 +10,7 @@ Main
html, body { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
overlanding: hidden; overflow: hidden;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {