Improve little things

This commit is contained in:
2024-11-13 11:50:52 +01:00
parent 73ff32aa69
commit 2816d46962
7 changed files with 209 additions and 138 deletions

View File

@@ -1,5 +1,4 @@
function scrollToBottom() {
console.log("Scrolling");
window.scrollTo(0, document.body.scrollHeight);
}

View File

@@ -3,6 +3,7 @@ body {
}
.message {
background-color: whitesmoke;
border: 1px solid #000;
margin: 5px 0;
padding: 16px;