Fix scrolling in the webclient
This commit is contained in:
parent
28abb59210
commit
6e05733082
1 changed files with 3 additions and 1 deletions
|
|
@ -8,9 +8,12 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 900px;
|
||||
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#messagewindow img {
|
||||
margin-top: 20px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -23,7 +26,6 @@ div.out {
|
|||
font-style: normal;
|
||||
font-size: 21px;
|
||||
line-height: 1em;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
input[type=textarea]:focus {
|
||||
|
|
|
|||
Loading…
Reference in a new issue