Files
docmost/apps/client/src/features
Philipinho cac4774641 fix(base): stop runaway pagination loop caused by browser scroll anchoring
Browser overflow-anchor silently bumped scrollTop by one page's worth
of pixels every time a new page of rows committed — anchoring on the
AddRowButton that sits below paddingBottom. This kept the near-bottom
threshold satisfied and re-fired onFetchNextPage indefinitely, even
after the user released the scrollbar. Disabling scroll anchoring on
the grid scroll container stops the browser from adjusting scrollTop
in response to content growth.
2026-04-19 02:05:30 +01:00
..
2026-03-22 16:40:50 +00:00
2026-04-05 13:45:36 +01:00
2026-04-14 00:40:17 +01:00
2026-01-13 15:58:26 +00:00
2026-03-02 20:40:38 +00:00
2026-04-10 19:23:47 +01:00
2026-03-15 22:05:32 +00:00
2026-04-12 22:06:25 +01:00