javascript - How to dynamically set scroll-height when using new css property 'position: sticky'? -
well, met problem in work. want left sidebar stick on top of viewpoint of mobile devices when scrolled 100px height. ok, use
position: fixed; position: sticky; position: -webkit-sticky; height: 100vh;
but problem there fixed cart bar on bottom height 100px;
i tried use bottom: 100px;
dynamically change height of sidebar can scroll bottom, doesn't work.
Comments
Post a Comment