Fix scrolling in the webclient

This commit is contained in:
Howard Abrams 2025-09-05 21:53:17 -07:00
parent 28abb59210
commit 6e05733082

View file

@ -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 {