The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Verticle scroll bar can’t get it up.
For some reason my vertical scroll bar is not scrolling all the way down. I have no clue why… I’ve played with all the overflow settings.
http://ezwebserver.com/31097/price.html#
Thanks
REMOVE:
html { overflow: hidden; }
body { overflow-x:hidden; overflow-y:auto; }