Hi Ismael,
Thanks for that. It looks fine in Safari and FF on the Mac where the scroll bar fades out when not in use, but very clunky in Windows IE.
Inspired by your example I modified my code to:
#wrap_all {
overflow: auto;
}
Which seems to be the best compromise all round.
Hi Elliott,
I discovered that adding the following to my custom stylesheet ‘style.css’ restores the ability to scroll to the bottom of the menu. Is this the best way to achieve this?
#wrap_all {
overflow: visible;
}
Thanks,
Ray
Hey Elliott!
Thanks for the tip. I tried it but it didn’t make any difference. The home page fills the browser window, but you cannot scroll down to see any menu items below the fold. I also tried each of the other settings: “Sticky if sidebar is smaller than the screen”and “Always Sticky”. The page always behaves the same.
Also on a short page (for example Portfolio on this site) the complete menu does not get drawn to the screen – the page stops at a height of the content in the main content area – so menu items near the bottom don’t show even if you expand the browser window.
Cheers,
Ray