Improve list layout

This commit is contained in:
Christoph Hagen 2021-11-20 12:35:12 +01:00
parent 9f987b8c38
commit 8d43a60926

View File

@ -49,11 +49,11 @@
.member-list { .member-list {
font-size: 24px; font-size: 24px;
color: white; color: white;
top: 15%; top: 80px;
left: 5%; left: 5%;
position: absolute; position: absolute;
width: 90%; width: 90%;
height: 85%; bottom: 15px;
overflow-y: auto; overflow-y: auto;
} }