Skip to content

Commit

Permalink
remove smooth scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTait01 committed Feb 2, 2024
1 parent 7a73f00 commit de35f9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fe/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ <h4 class="font-medium">Please allow location services...</h4>

if (listItem){
listItem.classList.add('selected');
listItem.scrollIntoView({behavior:'smooth'});
}
})
})
Expand Down

0 comments on commit de35f9b

Please sign in to comment.