From 1fac2fd8af708b5c85d27f859b1c7c64494443d6 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 30 Jun 2025 02:58:28 +0530 Subject: Code Refactoring and Error Handling --- hg.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hg.css') diff --git a/hg.css b/hg.css index 015a3e3..578d6a4 100644 --- a/hg.css +++ b/hg.css @@ -326,3 +326,12 @@ canvas { right: 0; margin-right: 5px; } + +.ERRORS { + position: absolute; + bottom: 0; + z-index: 999; + color: #ffff; + left: 0; + margin-left: 5px; +} -- cgit v1.2.3