Skip to content

fix: add vertical scrolling to test case sidebar#11

Open
DrGalio wants to merge 1 commit intomohan-bee:mainfrom
DrGalio:fix/test-case-scroll
Open

fix: add vertical scrolling to test case sidebar#11
DrGalio wants to merge 1 commit intomohan-bee:mainfrom
DrGalio:fix/test-case-scroll

Conversation

@DrGalio
Copy link
Copy Markdown

@DrGalio DrGalio commented Mar 26, 2026

Fix for #7

The test case list in the left sidebar had no overflow handling, causing test cases to be clipped when there are many of them.

Changes

  • Added overflow-y-auto to the test case sidebar container in TestCases.jsx
  • This enables vertical scrolling so all test cases are accessible

Before

When there were many test cases, they would overflow and be hidden with no way to scroll.

After

The sidebar now scrolls vertically, allowing users to access all test cases regardless of count.

Fixes #7

The test case list in the left sidebar had no overflow handling,
causing test cases to be clipped when there are many of them.

Added  to the sidebar container so users can
scroll through all test cases vertically.

Fixes mohan-bee#7
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 26, 2026

@DrGalio is attempting to deploy a commit to the m0hn-z's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

no scrolling here

1 participant