Files
rona-frontend/src/app/chat/chat.component.css

6 lines
95 B
CSS

#chat-log {
height: calc(99% - 34px);
overflow-y: scroll;
background-color: goldenrod;
}