phone fix
This commit is contained in:
parent
df7db329c5
commit
3f811fca5d
1 changed files with 3 additions and 1 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue