From 2e0faa5d8c706db7bc05ffe200f567116385b439 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Fri, 23 May 2025 19:12:26 +0300 Subject: [PATCH] make graphics screen fixed --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5831999..d5088ce 100644 --- a/index.html +++ b/index.html @@ -65,9 +65,10 @@ } #graphics { - position: absolute; + position: fixed; top: 0; left: 0; + z-index: 1; }