fix tasks overflow bug
This commit is contained in:
parent
04639404ef
commit
3c80cfdce0
1 changed files with 2 additions and 0 deletions
|
@ -1719,12 +1719,14 @@ footer {
|
|||
.tasks {
|
||||
background: #2c2d36;
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tasks.tasks--standalone {
|
||||
background: none;
|
||||
margin: 8px 0 0;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.tasks--standalone .task {
|
||||
|
|
Loading…
Reference in a new issue