Forum Moderators: open
.scrollWrapperMoz{
overflow:auto;
margin-right:16px;
}
What has changed in 1.5 to keep this from working?
You could try overflow:scroll to force the display of scrollbars - but then you'll get scrollbars whether you need them or not.
In my experience overflow:auto works the same in both FF1.0.4 and FF1.5