Searched refs:navRoot (Results 1 – 1 of 1) sorted by relevance
96 private navRoot: HTMLDivElement | null | undefined; property in TraceSheet302 this.navRoot = this.shadowRoot?.querySelector('#tabs')?.shadowRoot?.querySelector('.nav-root');323 this.navRoot!.offsetHeight -335 this.tabs!.style.height = this.navRoot!.offsetHeight + 'px';383 node!.style.height = moveY - that.navRoot!.offsetHeight + 'px';386 that.navRoot!.offsetHeight <= moveY &&391 node!.style.height = moveY - that.navRoot!.offsetHeight + 'px';393 } else if (that.navRoot!.offsetHeight >= moveY) {394 that.tabs!.style.height = that.navRoot!.offsetHeight + 'px';412 that.navRoot!.offsetHeight -