fix: overflowing tasks for sub task list and don't hide icons any more

This commit is contained in:
Johannes Millan 2017-10-28 18:38:41 +02:00
parent ef41321c8b
commit 2bf311f70d

View file

@ -1,4 +1,6 @@
sub-task-list task-list {
overflow: hidden;
// animation
&.ng-enter,
&.ng-leave {
@ -17,11 +19,6 @@ sub-task-list task-list {
&.ng-leave {
opacity: 1;
max-height: 200px;
// make sure icons won't be displayed outside the box
ng-md-icon {
visibility: hidden;
}
}
&.ng-leave.ng-leave-active {