Chalarangelo / furl

Functional react.js components.

Home Page:https://furl.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header style position bug

Chalarangelo opened this issue · comments

position: sticky requires at least one position (top, bottom, left or right) to work properly.

.layout-header seems to only get one of these set up in the smallest screen size and then it does not really do anything for the other screen sizes (possibly an artifact of refactoring the LayoutStyle). This should be addressed as soon as possible, as it breaks the component's functionality.