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
css-scroll-snap-2 scroll-start says that end is equivalent to 100% and that values corresponding to a length greater than the width/height of the scrollport are clamped to the width/height implying that 100% would be the width of the scrollport. This means that end would not be the end of the scroll but one page over / down. I think this is probably not the intention, @argyleink ?
The text was updated successfully, but these errors were encountered:
css-scroll-snap-2 scroll-start says that end is equivalent to 100% and that values corresponding to a length greater than the width/height of the scrollport are clamped to the width/height implying that 100% would be the width of the scrollport. This means that
end
would not be the end of the scroll but one page over / down. I think this is probably not the intention, @argyleink ?The text was updated successfully, but these errors were encountered: