Fixes for vscode eslint extension.
This commit is contained in:
parent
d46ad902c5
commit
561b32c6aa
4 changed files with 162 additions and 78 deletions
|
|
@ -1,3 +1,4 @@
|
|||
window.addEventListener('scroll', function() {
|
||||
window.addEventListener('scroll', () =>
|
||||
{
|
||||
document.body.classList.toggle('is-scrolled', window.scrollY > 0);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue