Fix list size
This commit is contained in:
parent
557f84b97b
commit
9f987b8c38
@ -49,11 +49,11 @@
|
|||||||
.member-list {
|
.member-list {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: white;
|
color: white;
|
||||||
top: 20px;
|
top: 15%;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
position: relative;
|
position: absolute;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 75%;
|
height: 85%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user