How can we hide the scrollbars from the template when they are not being used?
See here: http://screencast.com/t/GxyNdK1dQ
Thanks,
James
html {
border-bottom: 1px solid transparent;
min-height: 100%;
}
html {
min-height: 100%;
}