You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: