You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pat-bumper): Do not calculate padding/margin on viewport.
On the viewport as scrolling container paddings and margins are not
influencing the sticky element's position. This is contrary to other
scrolling containers within the document. The position calculation is
easier and only consists of the clientWidth/Height to respect scrollbar
widths.
0 commit comments