From 20068abf5692f76e41f4554d394d7185830ca04a Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Sat, 1 Aug 2026 12:42:11 -0400 Subject: fix: stack prefix-managed dropdown controls --- src/components/InstalledGamesSection.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/InstalledGamesSection.tsx b/src/components/InstalledGamesSection.tsx index 5076ffb..54c4b35 100644 --- a/src/components/InstalledGamesSection.tsx +++ b/src/components/InstalledGamesSection.tsx @@ -320,6 +320,7 @@ export function InstalledGamesSection({ isAvailable }: InstalledGamesSectionProp return ( ({ data: option.value, label: option.label }))} @@ -341,6 +342,7 @@ export function InstalledGamesSection({ isAvailable }: InstalledGamesSectionProp
({ data: String(game.appid), @@ -520,6 +523,7 @@ export function InstalledGamesSection({ isAvailable }: InstalledGamesSectionProp ({ @@ -535,6 +539,7 @@ export function InstalledGamesSection({ isAvailable }: InstalledGamesSectionProp