Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to stretch my page and get scroll bar when zooming in? Re: How to stretch my page and get scroll bar when zooming in?

#123647
Safey89
Member

I solved it :

body html
{
position: fixed;
width: 100%;
overflow:scroll;
}

but the scroll is not visible :(