nerdwise / nerdwise-website

Promotional website for Nerdwise
0 stars 0 forks source link

Projects section `position: sticky` is broken #108

Closed kadenzipfel closed 5 years ago

kadenzipfel commented 5 years ago

Likely has something to do with a parent overflow property

kadenzipfel commented 5 years ago

Looks like the wrapper element has overflow: hidden which breaks position sticky. Since this property only exists for the block transition, and we'll likely replace the block transition, this will be fixed then.

kadenzipfel commented 5 years ago

Currently, this is broken because of the skewed-section element having overflow: hidden. As long as an ancestor of the element with position: sticky is set to overflow: hidden, it will not work.