TylerBarnes / gatsby-plugin-transition-link

A link component for page transitions in gatsby
537 stars 70 forks source link

CSS position attribute interfering with gatsby-plugin-transition-link #210

Closed maxardito closed 4 years ago

maxardito commented 4 years ago

Heya!

First of all, super awesome plugin. I totally love the versatility and simplicity that AniLink provides.

I seem to be running into an issue with every element on my site that uses position: absolute instead of position: fixed. Something about even having gatsby-plugin-transition-link in my gatsby-node.js file causes all the divs marked absolute to become hidden from view. Any thoughts as to what might be happening?

maxardito commented 4 years ago

Gonna close this one because I'm realizing now that I didn't even have a layout compnent in the project I was working on. I'm assuming that one of those is essential for the transitions to work 🤦