Add scrollbar to the output.

And shrink to put more on the screen.
This commit is contained in:
Howard Abrams 2025-08-23 21:38:30 -07:00
parent c862ffde82
commit 5edc657678

View file

@ -18,7 +18,8 @@ div.out {
/* font-weight: 400; */
font-style: normal;
font-size: 21px;
line-height: 1.4em;
line-height: 1em;
overflow-y: scroll;
}
input[type=textarea]:focus {