Vertical Overflow (scrollbar)

I want to make the vertical overflow permanent on my site: www.tscdetailing.com … in firefox it keeps appearing/disappearing when people look at the bottom of the page



What file and where do I need to edit ? :confused:

I added this code to the body class in styles.css to fix my problems with the scroll bar at the bottom.



You can try it but no guarantees.



body {

overflow-x:hidden;overflow-y:auto;

}

[quote name=‘ywalker’]I added this code to the body class in styles.css to fix my problems with the scroll bar at the bottom.



You can try it but no guarantees.



body {

overflow-x:hidden;overflow-y:auto;

}[/QUOTE]



Cheers, I edited the styles.css to this:



body {

overflow-y:scroll;



it works perfect now !! :smiley: