react-router-transition icon indicating copy to clipboard operation
react-router-transition copied to clipboard

react-router-transition is interfering with my "sticky" header

Open oliverwatkins opened this issue 6 years ago • 0 comments

My "sticky" behaviour does not work on my header when I use react-router-transition with react-router.

I am using position: "sticky" on my website header.

I am using the standard AnimatedSwitch in the documentation, and it says I should set this CSS -

.switch-wrapper {
  position: relative;
}

.switch-wrapper > div {
  position: absolute;
}

If I remove this CSS then my "sticky" works, however the animation is slower and jerkier for the transitions.

Is there a way around this?

oliverwatkins avatar Oct 26 '18 18:10 oliverwatkins