lukeed / bee3d

Support Forum for Bee3D Slider, found @ http://www.lukeed.com/demo/bee3D
MIT License
7 stars 2 forks source link

Effect spiral-left and right #59

Open samsogit opened 7 years ago

samsogit commented 7 years ago

if i choose the spiral effects everything disapears in the browser. DOM is still there, CSS loaded, no JS errors its there but you wont see anything.

samsogit commented 7 years ago

found the error bee3D.css

.bee3D--effect__spiral-right { / overflow: hidden; / }

lukeed commented 7 years ago

Hey, you probably didn't set a min-height on your parent container. You actually do want overflow to be hidden, otherwise the slides outside the container will be visible.