mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 02:30:03 +00:00
fix: overflowing tasks for sub task list and don't hide icons any more
This commit is contained in:
parent
ef41321c8b
commit
2bf311f70d
1 changed files with 2 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue