mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Make contact list scrollable on small screens
This commit is contained in:
parent
d658ab6879
commit
64e11c2385
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user