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 {
|
.tasks {
|
||||||
background: #2c2d36;
|
background: #2c2d36;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasks.tasks--standalone {
|
.tasks.tasks--standalone {
|
||||||
background: none;
|
background: none;
|
||||||
margin: 8px 0 0;
|
margin: 8px 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasks--standalone .task {
|
.tasks--standalone .task {
|
||||||
|
|
Loading…
Reference in a new issue