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
Other tab components in the codebase already use overflow-x-auto and overflow-y-hidden together, so this would make FrameworkIconTabs consistent
with the rest of the codebase.
Add overflow-y-hidden to the container className in FrameworkIconTabs.tsx.
Hi! I came across a one-line fix for this issue. I'd love to contribute in whatever way works best for you — happy to open a PR, or if you'd rather apply the fix yourself, I'd appreciate a co-author credit.
No pressure at all — just wanted to put it out there!
ScreenRecording_05-31-2026.23-22-36_1.MP4
Summary
FrameworkIconTabsis missingoverflow-y-hiddenon the container,which causes a vertical layout shift when scrolling tabs horizontally on mobile.
tanstack.com/src/components/markdown/Tabs.tsx
Lines 58 to 59 in 624e13b
tanstack.com/src/components/FrameworkIconTabs.tsx
Line 29 in 624e13b
Other tab components in the codebase already use
overflow-x-autoandoverflow-y-hiddentogether, so this would makeFrameworkIconTabsconsistentwith the rest of the codebase.
fix-code
Fix
Add
overflow-y-hiddento the container className inFrameworkIconTabs.tsx.Hi! I came across a one-line fix for this issue. I'd love to contribute in whatever way works best for you — happy to open a PR, or if you'd rather apply the fix yourself, I'd appreciate a co-author credit.
No pressure at all — just wanted to put it out there!