Skip to content

Commit cc19907

Browse files
CopilotAlfagun74
andcommitted
fix: avoid forcing vertical scrollbar in library layout
Agent-Logs-Url: https://github.com/Phalcode/gamevault-frontend/sessions/94831dcb-7cb8-40d6-8f87-89f6104f7ae6 Co-authored-by: Alfagun74 <22225051+Alfagun74@users.noreply.github.com>
1 parent c48282c commit cc19907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Library.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ export default function Library() {
858858
</div>
859859
</div>
860860
)}
861-
<div className="flex-1 overflow-y-scroll overflow-x-hidden text-center">
861+
<div className="flex-1 overflow-y-auto overflow-x-hidden text-center">
862862
{!serverUrl && (
863863
<div className="p-8 text-sm text-fg-muted">
864864
Connect to a server to load games.

0 commit comments

Comments
 (0)