From 52256fd634300b39b915bf1db6020d9d2871a0b4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 7 Nov 2025 14:58:32 +0100 Subject: Implement experimental consolidated circulation view --- src/frontend/app/components/StopSheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/app/components/StopSheet.tsx') diff --git a/src/frontend/app/components/StopSheet.tsx b/src/frontend/app/components/StopSheet.tsx index 0c19cb6..2f37519 100644 --- a/src/frontend/app/components/StopSheet.tsx +++ b/src/frontend/app/components/StopSheet.tsx @@ -140,7 +140,7 @@ export const StopSheet: React.FC = ({
= 6 ? "scrollable" : ""}`} + className={`stop-sheet-lines-container ${stop.lines.length >= 10 ? "scrollable" : ""}`} > {stop.lines.map((line) => (
-- cgit v1.3