Fix list size

This commit is contained in:
Christoph Hagen 2021-11-20 12:32:25 +01:00
parent 557f84b97b
commit 9f987b8c38

View File

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