[UI/Bug] Table content gets cut off / triggers unnecessary horizontal scrollbar on wide screens
Author: rohitkr7Created Aug 23, 2026Updated Aug 23, 2026
Description
On desktop viewports with sufficient screen width/real estate, the table container does not utilize the full available width. Rightmost columns (e.g., Notes, Review) get partially hidden, forcing users to horizontally scroll/slide to see the full content despite large empty margins on both sides.
Steps to Reproduce
- Go to https://seanprashad.com/leetcode-patterns/
- View the questions table on a wide/standard desktop resolution (e.g., 1080p / 1440p).
- Observe that right-hand columns are clipped and require horizontal scrolling within the table wrapper.
Expected Behavior
The table layout/container should expand responsively to utilize available horizontal space or adjust column widths properly so all columns remain visible without requiring horizontal scrolling on wide screens.
Screenshots
Browser
Chrome
Source: seanprashad/leetcode-patterns