position geändert

This commit is contained in:
Cay 2026-03-12 09:21:46 +00:00
parent d4f0301f69
commit 52144e4dfe

View File

@ -107,13 +107,13 @@
} }
#game-chat { #game-chat {
position: absolute; position: fixed;
left: 0px; left: 20px;
top: 732px; bottom: 20px;
width: 296px; width: 300px;
height: 285px; height: 300px;
background: linear-gradient(#2b2115, #1a140d); background: linear-gradient(#2b2115, #1a140d);
@ -126,7 +126,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
z-index: 200; z-index: 1000;
} }
#chat-messages { #chat-messages {