From da6f220ae077f8f62cb11a65b33d7091efea486f Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 30 Mar 2022 20:47:47 +0300 Subject: [PATCH] Disable sticky of page header if bottom is on the view. Inputs finish all types --- .../page-content/page-content.component.ts | 64 ++-- .../sidebar/layout.service.ts | 14 - .../notify-form/notify-form.component.ts | 33 +- sharedComponents/input/input.component.css | 119 +++---- sharedComponents/input/input.component.ts | 316 ++++++++---------- 5 files changed, 247 insertions(+), 299 deletions(-) diff --git a/dashboard/sharedComponents/page-content/page-content.component.ts b/dashboard/sharedComponents/page-content/page-content.component.ts index 3e625246..9145cd4a 100644 --- a/dashboard/sharedComponents/page-content/page-content.component.ts +++ b/dashboard/sharedComponents/page-content/page-content.component.ts @@ -1,4 +1,4 @@ -import {Component, ElementRef, EventEmitter, OnDestroy, OnInit, Output, ViewChild} from "@angular/core"; +import {AfterViewInit, Component, ElementRef, EventEmitter, OnDestroy, OnInit, Output, ViewChild} from "@angular/core"; import {Subscription} from "rxjs"; declare var UIkit; @@ -8,8 +8,8 @@ declare var UIkit; template: `