Add margin under bottom chat message

This commit is contained in:
Gabe Kangas 2022-11-19 12:56:38 -08:00
parent d087f296da
commit ce1c564797
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -50,6 +50,7 @@
flex-grow: 1;
overflow-y: scroll;
overflow-x: hidden;
margin-bottom: 10px;
}
.virtuoso::-webkit-scrollbar {