Forums

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

Home Forums CSS Overflow: hidden in nested div Firefox Bug Re: Overflow: hidden in nested div Firefox Bug

#77256
virtual
Participant

Try changing to this in coda-slider-gallery.css

Code:
.coda-slider-no-js .coda-slider {
height:200px;
overflow:hidden !important;
padding-right:20px;
}

It removes the scrollbar in Firefox on Mac, as far as I could see in Safari on Mac it’s OK too. However it might have repercussions in IE :oops: