If you’d like to always display the vertical and horizontal scrollbars in your browser, add the following code in your CSS:
html { overflow: -moz-scrollbars-vertical; overflow: scroll; /* overflow-y: scroll; *doesn’t work with firefox*/ }
me.stuff(spin());
If you’d like to always display the vertical and horizontal scrollbars in your browser, add the following code in your CSS:
html { overflow: -moz-scrollbars-vertical; overflow: scroll; /* overflow-y: scroll; *doesn’t work with firefox*/ }