I am having trouble getting the scroll bar to show up on my website, even after adding the following CSS:
{
overflow-y:scroll;
}
I have tried putting it in both the body and HTML sections of the CSS.
If you'd like to take a look at the website, here is the link.
Any help with this issue would be greatly appreciated. Thank you!