Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve record table scroll look (#6753)
We had a regression on the record table as our inView hook was not able to find the right div to compute its margin. This is because we are identify this div by a hacky css selector as we don't have a direct control on it (it's provided by our scrolling library)
- Loading branch information