Scrollable scores in attempt to fix mobile view.
This commit is contained in:
parent
ff1a399903
commit
f48501a3e6
2
dist/style.css
vendored
2
dist/style.css
vendored
@ -157,6 +157,8 @@ body {
|
|||||||
|
|
||||||
#leaderboard-container {
|
#leaderboard-container {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
max-height: 200px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#save-score {
|
#save-score {
|
||||||
|
Loading…
Reference in New Issue
Block a user