Skip to content

fix: prevent card border from overlapping scrollbar in Getting Started#304978

Open
yogeshwaran-c wants to merge 1 commit intomicrosoft:mainfrom
yogeshwaran-c:fix/getting-started-card-scrollbar-overlap
Open

fix: prevent card border from overlapping scrollbar in Getting Started#304978
yogeshwaran-c wants to merge 1 commit intomicrosoft:mainfrom
yogeshwaran-c:fix/getting-started-card-scrollbar-overlap

Conversation

@yogeshwaran-c
Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bug fix (CSS)

What is the current behavior?

In the Getting Started walkthrough, when a step card is expanded, its border extends to the right edge and overlaps with the scrollbar. This makes the UI look cluttered and slightly broken.

Closes #205724

What is the new behavior?

Added padding-right: 4px to the .step-list-container so that the card border has breathing room and does not overlap with the scrollbar.

Additional context

  • CSS-only change
  • The padding is minimal (4px) to maintain the existing layout while preventing the overlap

…through

Add right padding to the step-list-container in the Getting Started
walkthrough to prevent the expanded card border from overlapping
with the scrollbar.

Closes microsoft#205724
@vs-code-engineering vs-code-engineering bot added this to the 1.114.0 milestone Mar 26, 2026
@alexr00 alexr00 removed this from the 1.114.0 milestone Mar 30, 2026
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.

Getting Started: card border overlaps with scrollbar

3 participants