fix tasks overflow bug

This commit is contained in:
Felix Niklas 2015-06-11 14:48:38 +02:00
parent 04639404ef
commit 3c80cfdce0

View file

@ -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 {