transitions icon indicating copy to clipboard operation
transitions copied to clipboard

scrollTop vs transitions-container height set to 100%

Open mrgiba opened this issue 10 years ago • 2 comments

Hi,

Setting transitions-container height to 100% at the css level seems to be effective in keeping the proper page dimensions before and after the transitions. However, by doing that, I am no longer able to scroll the page programatically - scrollTop value is always close to zero -, so packages to manage the scroll positions of pages no longer work

Any suggestions to overcome that issue ?

Thanks,

mrgiba avatar Mar 08 '16 14:03 mrgiba

Hi @mrgiba - Can you give me an example of the packages that manage the scroll position for you and I'll take a look at what's happening.

jamielob avatar Mar 08 '16 17:03 jamielob

Hello,

This one: https://github.com/okgrow/router-autoscroll

mrgiba avatar Jun 21 '16 17:06 mrgiba