Skip to content

Unnecessary vertical scrollbar in main layout #30

@mposter

Description

@mposter

Hi,

I'm using GameVault (version 16.3.0) on TrueNAS SCALE, and I've noticed an annoying vertical scrollbar that appears even when the content fits the screen perfectly.

After inspecting the elements, it seems that the following div:
<div class="flex-1 overflow-y-scroll overflow-x-hidden text-center">
has overflow-y-scroll hardcoded, which forces the scrollbar to be visible at all times. Would it be possible to change this to overflow-y-auto? This would make the UI much cleaner, as the scrollbar would only appear when actually needed.

Thanks for the great work on GameVault!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions