diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index 4d18cbc13..f2d6ced3e 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -10,6 +10,10 @@ justify-content: space-around; } +#chat-window { + max-height: calc(100vh - 210px); +} + @media (max-width: 768px) { .orgy-top-container { flex-flow: column wrap;