fixed members list being overflowed

This commit is contained in:
supertiger1234 2020-02-10 15:21:13 +00:00
parent a641663d58
commit edfc3b29bb

View file

@ -185,7 +185,6 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
flex-shrink: 0;
overflow: hidden; overflow: hidden;
} }
.tab { .tab {