Hello,
I have set a page to min width of 85%(which turns out to be 1000px) so I can scroll horizontally within the page under that width . But when I open the page in a new window that has less than 1000px(say 600) then the bottom horizontal scrollbar will not show.
When i resize the window it reappears though but not on just page load.
How do i define “show page horizontal scrollbar if width is less than Y pixels”?
Or just maybe what i got set up wrong?
Note: Tried doing it with css but the body{} statement does not seem to hold in bubble…
Thanks