search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Infinite scrolling issue, Chrome on Mac

Asked by Leo
3 hours ago.

Hi Dan,

on Chrome on Mac, the Infinite Scrolling demo can not be scrolled past December 2026.

Chrome: Version 147.0.7727.56 (Official Build) (arm64)
Mac OS: 26.4 (25E246)

It’s fine in Safari, so only Chrome is behaving different. (The selection of the scrollbar sometimes triggers the click on the time as well, asking to create a new event - see video.)

Cheers
Leo

Answer posted by Dan Letecky [DayPilot]
2 hours ago.

Hi Leo,

There is a problem with the overlay (non-persistent) scrollbar: it is not possible to detect its actual height. So the Scheduler uses a guess value (which is now 14 pixels). If it doesn’t match the real scrollbar overlay, it can lead to weird effects like this.

The real and reliable solution is to to add a persistent scrollbar to the Scheduler scrolling area using ::-webkit-scrollbar { height: ... }. That makes the scrollbar permanently visible and the height can be detected reliably. You can try adding it to the CSS to see if it works for you.

Another option is to expose the fallback height value as a property. But you still can’t be sure what value to use on different systems.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):