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;
|
position: absolute;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 5%;
|
bottom: 5%;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#phoneDiv{
|
#phoneDiv{
|
||||||
|
@ -61,7 +62,8 @@ html, body{
|
||||||
#chatMessages{
|
#chatMessages{
|
||||||
height: 80%;
|
height: 80%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: scroll;
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
#chatInputDiv{
|
#chatInputDiv{
|
||||||
height: 10%;
|
height: 10%;
|
||||||
|
|
Loading…
Reference in a new issue