Update css.

This commit is contained in:
retoor 2025-04-01 20:20:18 +02:00
parent 87b48af551
commit 18b1ec20b6

View File

@ -101,7 +101,7 @@ a {
.message-list { .message-list {
flex: 1; flex: 1;
height: 200px; height: 10px;
padding-bottom: 40px; padding-bottom: 40px;
overflow-y: auto; overflow-y: auto;
} }
@ -112,7 +112,7 @@ a {
scrollbar-width: none; scrollbar-width: none;
-ms-overflow-style: none; -ms-overflow-style: none;
padding: 10px; padding: 10px;
height: 200px; height: 10px;
background: #000000; background: #000000;
} }