feature: add/edit/delete tasks

This commit is contained in:
kkzzhizhou 2021-11-28 22:47:54 +08:00
parent 876fe85f08
commit ac57825452
7 changed files with 75 additions and 48 deletions

View file

@ -212,7 +212,12 @@ ul {
display: none;
left: 0px;
height: 88%;
/* overflow: scroll; */
}
.task-panel {
overflow: scroll;
height: 100%;
}
.react-tabs__tab-panel--selected {