From 113bd7849cdcb81fa97509f75f109481c8ed3d14 Mon Sep 17 00:00:00 2001 From: zero01101 Date: Tue, 20 Dec 2022 08:31:52 -0600 Subject: [PATCH] force refresh button to live on top of the canvas possibly hacky --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 52ff842..57ea92f 100644 --- a/style.css +++ b/style.css @@ -23,4 +23,6 @@ right: 0; margin: auto; + + z-index: 9999; /* little guy gets bashful and hides behind the canvas in firefox */ }