bee3d icon indicating copy to clipboard operation
bee3d copied to clipboard

Effect spiral-left and right

Open samsogit opened this issue 7 years ago • 2 comments
trafficstars

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 avatar Nov 26 '17 10:11 samsogit

found the error bee3D.css

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

samsogit avatar Nov 26 '17 11:11 samsogit

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.

lukeed avatar Nov 26 '17 20:11 lukeed