You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking the pagination buttons in the DataTable component on the dashboard example causes the page to unexpectedly scroll to the top, but only in Safari.
After some investigation, this appears to be caused by the @container/main container query in page.tsx. Safari handles container queries differently from Chrome when DOM updates occur. Specifically, when pagination triggers a DOM change, Safari recalculates container dimensions and resets the scroll position as part of its reflow process.