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 {
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 {