6 lines
95 B
CSS
6 lines
95 B
CSS
#chat-log {
|
|
height: calc(99% - 34px);
|
|
overflow-y: scroll;
|
|
background-color: goldenrod;
|
|
}
|