SimpleChat:CSS: Allow for chat div to be scrollable

This commit is contained in:
HanishKVC 2024-05-18 22:11:59 +05:30
parent ebd5e71295
commit a1a2f36a45

View file

@ -18,6 +18,10 @@
.float-right {
float: right;
}
#chat {
height: 75vh;
overflow: scroll;
}
* {
margin: 0.4vh;
}