Skip to content

fix: missing overflow-y-hidden in FrameworkIconTabs (one-liner fix) #954

@iftype

Description

@iftype
ScreenRecording_05-31-2026.23-22-36_1.MP4

Summary

FrameworkIconTabs is missing overflow-y-hidden on the container,
which causes a vertical layout shift when scrolling tabs horizontally on mobile.

<div className="my-4">
<div className="not-prose flex items-center justify-start gap-2 rounded-t-md border-1 border-b-none border-gray-200 dark:border-gray-800 overflow-x-auto overflow-y-hidden bg-white dark:bg-gray-950">

`flex items-center justify-start gap-2 border-b border-gray-200 dark:border-gray-700 overflow-x-auto scrollbar-hide`,

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.

fix-code

Fix

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!

Co-authored-by: iftype <conditionaltype@gmail.com>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions