css: various improvements

This commit is contained in:
Sebastian Castro 2020-04-16 17:15:49 +02:00 committed by muxator
parent 02769bee44
commit 6de996c973
4 changed files with 20 additions and 8 deletions

View file

@ -87,6 +87,7 @@
background-color: white;
overflow-y: auto;
flex: 1 auto;
height: 0; /* strange bug on firefox, if height is not set, the chattext grow bigger than the maximum height */
}
#chattext p {
padding: 3px;