Home › Forums › CSS › Overflow: hidden in nested div Firefox Bug › Re: Overflow: hidden in nested div Firefox Bug
June 7, 2010 at 3:20 pm
#77256
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;
}
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: