Skip to content

Fixed horizontal tab scrollbar size & incorrect scroll range #1403#1490

Open
rutul24591 wants to merge 2 commits intoresponsively-org:mainfrom
rutul24591:full-srn-tab-clipping-issue
Open

Fixed horizontal tab scrollbar size & incorrect scroll range #1403#1490
rutul24591 wants to merge 2 commits intoresponsively-org:mainfrom
rutul24591:full-srn-tab-clipping-issue

Conversation

@rutul24591
Copy link
Copy Markdown

ℹ️ About the PR

Fixes #1403

Problem

When we go into full screen mode of any type of display screen in the app and when we have more than 12 screens open in the app first screen goes inside the left window in tab pane. So, it made very difficult to switch to it i.e initial items got clipped and user is not able to view.

Root Cause

Tabs were shrinking (flex-shrink: 1), reducing actual scrollable width
Missing whitespace-nowrap allowed layout inconsistencies
Scroll container width calculation was incorrect → browser rendered oversized scrollbar thumb

Impact

No breaking changes.
Only CSS fixes.

Changes

desktop-app/src/renderer/components/Previewer/IndividualLayoutToolBar/index.tsx

🖼️ Testing Scenarios / Screenshots

  • Tested scroll from left. All initial items are now visible.
  • Tested scroll from right. Full scrolling until the very end.
  • Confirmed with going into full screen from multiple devices( Start, middle, end).

With full screen
in-full-screen

without full screen
without-full-screen

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 17, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

First screen tab gets hidden when more than 12 screens are open in full-screen mode

2 participants