Make contact list scrollable on small screens

This commit is contained in:
DianaXWiki 2026-06-22 14:21:12 +02:00
parent d658ab6879
commit 64e11c2385

View File

@ -86,6 +86,8 @@
#cp-app-contacts-friendlist {
width: 200px;
height: 100%;
min-height: 0;
overflow-y: auto;
background-color: @msg-bg-color;
background-color: var(--msg-bg-color);
color: @msg-color;