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 ?