Skip to content

report: position sticky-header highlighter with css grid#9186

Merged
paulirish merged 2 commits intomasterfrom
highlighter-grid
Jun 11, 2019
Merged

report: position sticky-header highlighter with css grid#9186
paulirish merged 2 commits intomasterfrom
highlighter-grid

Conversation

@brendankenny
Copy link
Copy Markdown
Contributor

alternative fix to #9167

Putting the sticky-header highlighter in the first gauge was a nice way to get it positioned correctly on load and a good transform origin to translate from on scroll, but it ends up a little weird since it's fundamentally part of the sticky header, not a single gauge.

Moving it out of the gauge, though, I couldn't find a way to get an absolutely positioned element to be aligned with the first gauge using flexbox. CSS grid makes this really easy, though, so switched the sticky header to using that.

Copy link
Copy Markdown
Member

@paulirish paulirish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grid! so cool.

nice solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants