Tagged: scroll bar
I can’t figure out why my beta site has two scroll bars on the right side of every page. Any suggestions?
Hey!
Try adding this code to the Quick CSS:
.responsive body {
overflow: visible;
}
Cheers!
Josue
Thanks! That fixed it. I wonder what caused it to get like that.