From 52144e4dfe8e4ff000580cd128cfa76fe5deada4 Mon Sep 17 00:00:00 2001 From: Cay Date: Thu, 12 Mar 2026 09:21:46 +0000 Subject: [PATCH] =?UTF-8?q?position=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/launcher.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/launcher.css b/public/css/launcher.css index 01d4690..55f99d7 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -107,13 +107,13 @@ } #game-chat { - position: absolute; + position: fixed; - left: 0px; - top: 732px; + left: 20px; + bottom: 20px; - width: 296px; - height: 285px; + width: 300px; + height: 300px; background: linear-gradient(#2b2115, #1a140d); @@ -126,7 +126,7 @@ display: flex; flex-direction: column; - z-index: 200; + z-index: 1000; } #chat-messages {