NRC Dev

Results 2 comments of NRC Dev

I change `estimateSize` in `useVirtualizer` from 34 to 35 and border seem to display correct position but it still disappear after row 57

**UPDATE :** from example at https://github.com/TanStack/virtual/issues/585#issuecomment-1716173260 can solve this problem by adding calculated height `` before and after section that rendering virtual row maybe `translateY` in table example cause problem...