Skip to content

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

@oliverwatkins

Description

@oliverwatkins

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions