youzan / zent

A collection of essential UI components written with React.
https://youzan.github.io/zent
MIT License
2.25k stars 378 forks source link

fix: affix demo not working due to doc site layout change #2007

Closed cpylua closed 1 year ago

cpylua commented 1 year ago

Doc site changed layout in v10 a while ago. Sidebar and content have separate scroll containers in new layout, so demo scroll container is no longer window.

This PR fixes this issue using getAffixContainer to set scroll container explicitly.

Closes #2003