Closed ivan-kleshnin closed 3 years ago
Thanks for the report, I am working on that area.
@ivan-kleshnin Does this example work for you?
I am changing the way headers and footers are defined in the next version because poking the header and footer elements is something that I would like to avoid. If you absolutely need to set display: grid
to the header/footer elements, you can reach those through CSS selectors.
Yes, LGTM. I'm actually glad you're removing HeaderContainer
and FooterContainer
. Less convoluted APIs = 👍 .
Thank you!
@ivan-kleshnin thanks. I am working on a final v0.21 in the upcoming weeks.
Header component is buggy
Demo
https://my-virtuoso.vercel.app/ ^ as you can see footer behaves as described in docs – appears at the end of the scroll. Header, on the other side, jiggles on scroll until finally disappears. Both have exactly the same markup 🤷♂️
Sources
https://my-virtuoso.vercel.app/_src
Basically this (
create-next-app, index.js
):