From cf0937763b41382475f958f3309c2e99541b1697 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 3 Apr 2026 14:06:52 -0400 Subject: [PATCH] Fix Game Queue row overflow in category group containers Co-Authored-By: Claude Opus 4.6 --- frontend/frontend/src/components/questionbank/GameSetupView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend/src/components/questionbank/GameSetupView.tsx b/frontend/frontend/src/components/questionbank/GameSetupView.tsx index aebe1cf..333c4dc 100644 --- a/frontend/frontend/src/components/questionbank/GameSetupView.tsx +++ b/frontend/frontend/src/components/questionbank/GameSetupView.tsx @@ -975,7 +975,7 @@ export default function GameSetupView() { let runningIndex = 0; return groupedQueue.map( (group, gi) => ( -
+
{/* Category header */}