Skip to content

Comments

Remove permanent scrollbar in HAR file viewer container#102

Merged
peckz merged 1 commit intojamdotdev:mainfrom
waldyrious:patch-1
Jul 25, 2025
Merged

Remove permanent scrollbar in HAR file viewer container#102
peckz merged 1 commit intojamdotdev:mainfrom
waldyrious:patch-1

Conversation

@waldyrious
Copy link
Contributor

It's unclear why overflow-y: scroll was added to this <section>. It doesn't have a fixed height, so it will expand to fit its contents. Having this style will only make the scrollbar appear at all times, even though it is not needed:

Screenshots of the issue

Chromium (Brave):
image

Firefox:
image

Removing the class should allow both the code and the resulting view to be cleaner and more meaningful.

Copy link
Collaborator

@peckz peckz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🙌

@peckz peckz merged commit a578048 into jamdotdev:main Jul 25, 2025
1 check failed
@waldyrious waldyrious deleted the patch-1 branch July 25, 2025 18:24
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.

2 participants