big update
This commit is contained in:
9
res/script.js
Normal file
9
res/script.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// deno-lint-ignore no-unused-vars
|
||||
function scrollToHighlights() {
|
||||
const element = document.getElementById("highlights");
|
||||
element.scrollIntoView({
|
||||
behavior: 'smooth',
|
||||
block: 'start'
|
||||
});
|
||||
console.log("scroll")
|
||||
}
|
||||
Reference in New Issue
Block a user