Scrollable scores in attempt to fix mobile view.

This commit is contained in:
Ritchie Cunningham 2025-08-23 16:52:27 +01:00
parent ff1a399903
commit f48501a3e6

2
dist/style.css vendored
View File

@ -157,6 +157,8 @@ body {
#leaderboard-container {
margin-top: 20px;
max-height: 200px;
overflow-y: auto;
}
#save-score {