Daco de la Bretonière

Results 4 comments of Daco de la Bretonière

Another option could be using ``` @media screen and (max-width: your-breakpoint) .sticky-element { position: static !important; } } ``` in your css. This will override the inline `position:fixed` style.

+1 for the readme suggestion too!

I've got the same problem and not yet figured out how fix it.