fix: Make 'End Game' button work again

This commit is contained in:
Joel Therrien 2025-01-13 17:18:51 -08:00
parent a3b707a7b6
commit 7b17afeb22

View file

@ -200,6 +200,7 @@
margin: 0.5em; margin: 0.5em;
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
z-index: 1; // because it's in a zero-height area we need to put it on top
} }
.scoring { .scoring {