From f48501a3e6e8d8817ee12bd736dfe0fd59dd4bfb Mon Sep 17 00:00:00 2001 From: Ritchie Cunningham Date: Sat, 23 Aug 2025 16:52:27 +0100 Subject: [PATCH] Scrollable scores in attempt to fix mobile view. --- dist/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/style.css b/dist/style.css index 10a7aa0..2bcbe38 100644 --- a/dist/style.css +++ b/dist/style.css @@ -157,6 +157,8 @@ body { #leaderboard-container { margin-top: 20px; + max-height: 200px; + overflow-y: auto; } #save-score {