HIMa-841, HIMA-790, HIMA-702 remission tasks

This commit is contained in:
Adrian Toczydlowski
2019-12-16 23:53:41 +01:00
parent e8485450dd
commit e8086bb567
21 changed files with 135 additions and 77 deletions

View File

@@ -66,7 +66,6 @@ export class DropdownComponent {
public setTop(scrollTop: number) {
this.top = -scrollTop + 152 * this.index - this.index * 15;
console.log(this.index, scrollTop, this.top);
this.cdrf.detectChanges();
}