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?
February 7, 2013 at 8:35 am
#123647
Member
I solved it :
body html
{
position: fixed;
width: 100%;
overflow:scroll;
}
but the scroll is not visible :(