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
These two lines were causing my background image & some of the content to resize on each page transition, because the overflow: hidden / visible toggle would remove the scrollbar-y then readd it once the new container was transitioned in.
I removed these two lines completely from the code and everything functioned properly.
I would suggest removing them or adding referencing this issue in the docs.
The text was updated successfully, but these errors were encountered:
https://github.com/JoeeGrigg/barba-transitions/blob/master/src/transition.js#L12
https://github.com/JoeeGrigg/barba-transitions/blob/master/src/transition.js#L69
These two lines were causing my background image & some of the content to resize on each page transition, because the overflow: hidden / visible toggle would remove the scrollbar-y then readd it once the new container was transitioned in.
I removed these two lines completely from the code and everything functioned properly.
I would suggest removing them or adding referencing this issue in the docs.
The text was updated successfully, but these errors were encountered: