Topic: Vertical scrollbar : how to always display ?

hi, is there anyway to always display the vertical scrollbar ?
because when the page is small, there is no scrollbar and when you go to another page the full forum moves to left.
you can try it, just login and go to the index page, then go to the rules page and then user list , you will see the forum keep moving once left and right.
how to make the scrollbar to be there always ?
thanks.

Re: Vertical scrollbar : how to always display ?

The one I can think of is a CSS solution but it will make the orizontal scrollbar appear as well

html {
    overflow: scroll;
    }

3

Re: Vertical scrollbar : how to always display ?

Strofanto wrote:

The one I can think of is a CSS solution but it will make the horizontal scrollbar appear as well

Try this: html {overflow-y: scroll;}

Re: Vertical scrollbar : how to always display ?

hi there, thanks guys.
but I'm lost, where should I add this lines? In the oxygen.css ?
I'm going to try it. thanks.:)

Re: Vertical scrollbar : how to always display ?

Yes, oxygen.css on a new like before line 7.

6 (edited by SkyLine 2008-11-26 00:06)

Re: Vertical scrollbar : how to always display ?

Garciat wrote:

Yes, oxygen.css on a new like before line 7.

Okay thanks Garciat, btw check the message in the test forum, underlining function with BBCode not working roll

Edit : Oh sorry, you already have noticed that , I just read that in the bug section big_smile

7 (edited by SkyLine 2008-11-26 13:35)

Re: Vertical scrollbar : how to always display ?

Try this: html {overflow-y: scroll;}

Thanks guys, this actualy works wink

PS : I love punBB its damn very fast big_smile

Re: Vertical scrollbar : how to always display ?

Play with the "overflow-x" CSS property. It should have a "hidden" value.