NiclO1337 / pp4-banana-palace

A website for a restaurant specializing in delicious recipes using bananas. Fourth portfolio project with Code Institute.
0 stars 1 forks source link

[BUG] scrollTop function #48

Closed NiclO1337 closed 3 months ago

NiclO1337 commented 3 months ago

Describe the bug scrollTop function on index page is no longer smooth

To Reproduce Steps to reproduce the behavior:

  1. Go to 'index page'
  2. Scroll down and up a few times
  3. See error

Expected behavior Always smooth transition like before.

NiclO1337 commented 3 months ago

Fix by adding $('.alert').hide(); to the index-page.js file to hide alert message when scroll down