summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-03-05 15:46:20 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-03-05 15:46:20 +0200
commit0429f8183d5ccc47a24a999b8784e5bdf23bea7e (patch)
tree3760c8113e24659f433fddb3335b17d04cae0cb5 /style.css
parente78b671a3062d285cfa932589760c5326ba486a2 (diff)
proto: drawCross fixed, still positioning the reset button
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1244c27..06b066c 100644
--- a/style.css
+++ b/style.css
@@ -20,4 +20,8 @@ canvas {
#check {
position: absolute;
display: none;
+}
+
+#reset {
+ position: absolute;
} \ No newline at end of file