From 7b17afeb22ac693db98706febf95bbf6507c2c7d Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Mon, 13 Jan 2025 17:18:51 -0800 Subject: [PATCH] fix: Make 'End Game' button work again --- ui/src/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style.less b/ui/src/style.less index a5e02d3..e985da4 100644 --- a/ui/src/style.less +++ b/ui/src/style.less @@ -200,6 +200,7 @@ margin: 0.5em; width: fit-content; height: fit-content; + z-index: 1; // because it's in a zero-height area we need to put it on top } .scoring {