Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flexslider 100% width creates horizontal scroll-bar

http://dl.dropbox.com/u/29703851/js/demo/index.html

This is demonstration.

I want to use flexslider with 100% width, but I get that strange additional width and horizontal scroll-bar when mouse cursor is outside of flexslider.

When I go over flexslider, horizontal scroll disappears. Any advices?

I use demo code, no css changes, no js changed. Just deleted all divs around, and left only one div with class flexslider.

Is there a proper way for 100% width?

like image 424
sensei Avatar asked Feb 14 '13 00:02

sensei


1 Answers

problem fixed for me with overflow: hidden; in .flexslider

like image 99
sensei Avatar answered Sep 16 '22 15:09

sensei