🐛 Bug Fix
- Helpers/
inView:getBoundingClientRectreturns fractional values while scroll offsets are integers, so a container scrolled right up to its limit could still appear to clip the element by a fraction of a pixel —scrollIntoViewIfNeededthen needlessly fell through toelm.scrollIntoView()and scrolled the whole page (breaking e.g. Perfect Scrollbar integrations). Elements clipped by less than a pixel are now treated as visible. Reported by Ralf Pichler (Uniquare, Jodit OEM).