Daco de la Bretonière
Daco de la Bretonière
I have the same issue as @ColinMorris83
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.