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
When scrolling the viewport to the end, any .sticky whose getBoundingClientRect().bottom is negative will still have their ::before { content: 'block-start'; } style that defined in the of @container.
The text was updated successfully, but these errors were encountered:
n0099
added a commit
to n0099/open-tbm
that referenced
this issue
Jun 8, 2025
…ore their local shared state
* fix not setting ref `viewportTopmostPost` to the previous post when scrolling viewport upwards due to w3c/csswg-drafts#12302 @ `usingScrollState()`
* replace `if` statement inside `Array.forEach()` with `Array.filter()` @ `usingIntersectionObserver()`
@ `stores/viewportTopmostPost.ts`
@ fe
Uh oh!
There was an error while loading. Please reload this page.
https://jsfiddle.net/ebkafjtp/18/
When scrolling the viewport to the end, any
.sticky
whosegetBoundingClientRect().bottom
is negative will still have their::before { content: 'block-start'; }
style that defined in the
of@container
.The text was updated successfully, but these errors were encountered: