bee3d icon indicating copy to clipboard operation
bee3d copied to clipboard

Concave infinite scroll html page

Open alexey13 opened this issue 8 years ago • 10 comments
trafficstars

Good day! As you can see when we use that effect page have scroll but it should not. https://www.lukeed.com/demo/bee3D/#/effects/concave

alexey13 avatar Sep 06 '17 10:09 alexey13

Hello!:)))

alexey13 avatar Sep 24 '17 08:09 alexey13

Hi, sorry 🙈

Not sure what the issue is or what you're trying to say. Can you explain more?

lukeed avatar Sep 24 '17 20:09 lukeed

-1 Endless scroll

alexey13 avatar Sep 24 '17 21:09 alexey13

Have never seen that before. What browser and browser version?

Try adding this:

#main { height:100vh }
.bee3D--parent { overflow:hidden }

lukeed avatar Sep 24 '17 21:09 lukeed

its mozilla firefox, last one

alexey13 avatar Sep 24 '17 21:09 alexey13

Ah, just tested.

Luckily, it's just demo code. Adding this solves it:

#main { overflow:hidden }

lukeed avatar Sep 24 '17 21:09 lukeed

Awesome, big thanks!

alexey13 avatar Sep 24 '17 21:09 alexey13

i used that script for responsive maybe it can help someone jQuery(document).ready(function() { var hslider = jQuery('#slider-my').height(); jQuery('.section.slider').height(hslider); }); </script>

alexey13 avatar Sep 24 '17 21:09 alexey13

It take height from image of slider and set it to parent section

alexey13 avatar Sep 24 '17 22:09 alexey13

I understand. Thanks for the snippet, someone may find it useful, but I discourage the use of jQuery with this slider.

lukeed avatar Sep 24 '17 23:09 lukeed