max height

pull/225/head
Aevann 2024-03-10 17:09:26 +02:00
parent c9680c4812
commit 9275fcd17f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
background-color: transparent !important;
}
#online {
#online, #members {
max-height: calc(100vh - 200px);
overflow-y: auto;
background-color: var(--background) !important;

View File

@ -49,7 +49,7 @@
<div class="col text-left d-none d-lg-block pt-3 pb-5" style="max-width:300px">
<h5>Members</h5>
<div class="mt-2">
<div id="members" class="mt-2">
{% for membership in chat.memberships %}
{% set user = membership.user %}
{% set patron = '' %}