diff --git a/apps/web/src/ActiveSessions.tsx b/apps/web/src/ActiveSessions.tsx index 4ad3544..bc54fe0 100644 --- a/apps/web/src/ActiveSessions.tsx +++ b/apps/web/src/ActiveSessions.tsx @@ -71,7 +71,7 @@ export function ActiveSessions({ onPick }: { onPick: (identity: string) => void {sessions.length} {t("booth.insideCount")} } - className="min-h-0" + className="min-h-0 flex-1" >
{sessions.length === 0 ? ( diff --git a/apps/web/src/BoothScreen.tsx b/apps/web/src/BoothScreen.tsx index 84ce6d4..9499d9c 100644 --- a/apps/web/src/BoothScreen.tsx +++ b/apps/web/src/BoothScreen.tsx @@ -408,7 +408,7 @@ export function BoothScreen() {
{occQuery.isError ? t("booth.occUnavailable") : t("common.loading")}
)} -
+