From 51a484fcccd0246fb119d4b08802fb567f8a6501 Mon Sep 17 00:00:00 2001 From: Shelby Wilson Date: Mon, 7 Oct 2024 14:58:47 -0700 Subject: [PATCH] fixed -> absolute --- client/css/world.03.css | 13 +++++++------ world.html | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/client/css/world.03.css b/client/css/world.03.css index c48b9737..f37a3ea3 100644 --- a/client/css/world.03.css +++ b/client/css/world.03.css @@ -1,8 +1,8 @@ header { - position: fixed; + position: absolute; top: 0; padding: 1rem; - z-index: 10; + z-index: 100; height: 5rem; width: 100%; } @@ -34,7 +34,7 @@ header img { } .container { - position: fixed; + position: absolute; top: 0; left: 0; width: 100%; @@ -43,7 +43,7 @@ header img { } #canvas { - position: fixed; + position: absolute; top: 0; left: 0; width: 100%; @@ -52,7 +52,7 @@ header img { } #info { - position: fixed; + position: absolute; background: #4cb1ff; padding: 2rem; opacity: 0; @@ -63,6 +63,7 @@ header img { width: 100%; max-width: 56rem; height: min-content; + z-index: 10; } .info__inner { @@ -112,7 +113,7 @@ header img { } #log { - position: fixed; + position: absolute; bottom: 0; left: 0; padding: 1rem; diff --git a/world.html b/world.html index 985dc4fc..2a251533 100644 --- a/world.html +++ b/world.html @@ -16,7 +16,7 @@ in our time - +