SimpleChat:CSS: Allow for chat div to be scrollable
This commit is contained in:
parent
ebd5e71295
commit
a1a2f36a45
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
||||||
.float-right {
|
.float-right {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
#chat {
|
||||||
|
height: 75vh;
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
* {
|
* {
|
||||||
margin: 0.4vh;
|
margin: 0.4vh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue