phone fix

This commit is contained in:
Killian Marty 2023-12-12 11:04:43 +01:00
parent df7db329c5
commit 3f811fca5d

View file

@ -23,6 +23,7 @@ html, body{
position: absolute;
right: 20px;
bottom: 5%;
user-select: none;
}
#phoneDiv{
@ -61,7 +62,8 @@ html, body{
#chatMessages{
height: 80%;
width: 100%;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
}
#chatInputDiv{
height: 10%;