how to remove scrollbar below my website..

im getting a scroll bar below my shopify website… idk how to remove it.. i need help with this

this is my website: https://hamsaradiance.com/

Hi there @anumailme46 Have a look at this short video https://m.youtube.com/watch?v=dNnKS7u_3yk and let me know if that is enough to get rid of the scroll bar by yourself

Hi @anumailme46

You can remove it by following this instruction:

  1. Go to Shopify > Theme > Customize

  2. Copy and paste this code on Theme settings > Custom CSS section

body::-webkit-scrollbar {
  display: none;
}