Improve little things
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
function scrollToBottom() {
|
||||
console.log("Scrolling");
|
||||
window.scrollTo(0, document.body.scrollHeight);
|
||||
}
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ body {
|
||||
}
|
||||
|
||||
.message {
|
||||
background-color: whitesmoke;
|
||||
border: 1px solid #000;
|
||||
margin: 5px 0;
|
||||
padding: 16px;
|
||||
|
||||
Reference in New Issue
Block a user