Open samsogit opened 7 years ago
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.
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.