bee3d
bee3d copied to clipboard
Effect spiral-left and right
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.
found the error bee3D.css
.bee3D--effect__spiral-right { /* overflow: hidden; */ }
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.