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!
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!