There have been a couple of issues reported like this with no answer and are now closed for replies, so I’m making a new one. Airtable is great, love using it, but this very basic interaction of scrolling is quite frustrating.
The scroll seems hard-coded to move a fixed number of rows. Currently on a normal 16:9 screen for me, this means what used to be the bottom row is then off-screen up above after I scroll, and that’s with rows that are just 2 lines tall. The simplest fix seems like it would be to decrease the hard-coded number of fixed rows that move with each scroll. Less simple but probably more adaptive would be to adjust the number of rows per scroll based on row height and how many are visible on screen, to ensure that the bottom one becomes the top one.
I’ll take even the simple fix!
