diff options
Diffstat (limited to 'src/frontend/app/components/StopSheet.tsx')
| -rw-r--r-- | src/frontend/app/components/StopSheet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<StopSheetProps> = ({ </div> <div - className={`stop-sheet-lines-container ${stop.lines.length >= 6 ? "scrollable" : ""}`} + className={`stop-sheet-lines-container ${stop.lines.length >= 10 ? "scrollable" : ""}`} > {stop.lines.map((line) => ( <div key={line} className="stop-sheet-line-icon"> |
