From 9bdca93d918f28d5daa895fdf1129eca04b6b7c7 Mon Sep 17 00:00:00 2001 From: Bang Domath ID Date: Wed, 9 Oct 2024 01:45:46 +0700 Subject: [PATCH] Update mode.html --- mode.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mode.html b/mode.html index 0c0bff3..e5b53b0 100644 --- a/mode.html +++ b/mode.html @@ -23,12 +23,12 @@ #canvas { position: absolute; - top: 10%; + top: 0; left: 0; - right: 0; - z-index: -1; + width: 100%; + height: 100%; + z-index: 1; } - .button-container { position: absolute; bottom: 20px;