Fixed some small CSS stuff

This commit is contained in:
WolverinDEV 2020-07-25 13:59:03 +02:00 committed by WolverinDEV
parent 33c8b75957
commit b4fbad83d8
2 changed files with 4 additions and 1 deletions

View file

@ -107,6 +107,9 @@
min-height: min-content;
min-width: 30em;
max-height: 100%;
height: 100%;
@include chat-scrollbar-horizontal();
&.general-chat, &.general-application, &.audio-sounds {

View file

@ -27,7 +27,7 @@
flex-direction: column;
justify-content: stretch;
height: 2em;
min-height: 2em;
flex-grow: 1;
}