position geändert
This commit is contained in:
parent
d4f0301f69
commit
52144e4dfe
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user