|
How do you get Firefox to show scrollbars? The scrollbar shows up fine in other browsers, but not at all in Firefox. Even though there is lots of content on the page, there is no scrollbar, so you can't scroll down to see the content. Very sad.
Can I use CSS for this? I have tried the following with no luck:
<style type="text/css">
html {
overflow: -moz-scrollbars-vertical;
}
</style>
|