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 {