Home
last modified time | relevance | path

Searched refs:modalElement (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/base-ui/modal/
DLitModal.ts134 private modalElement: HTMLElement | null | undefined; property in LitModal
263 this.modalElement = this.shadowRoot!.querySelector<HTMLDivElement>('.modal');
283 srcResizeRect = this.modalElement!.getBoundingClientRect();
332 clientRect = this.modalElement!.getBoundingClientRect();
372 clientRect = this.modalElement!.getBoundingClientRect();
378 this.modalElement!.style.top = ev.clientY - srcClientY + srcTop + 'px';
381 this.modalElement!.style.top = '0px';
384 this.modalElement!.style.top = this.scrollHeight - clientRect.height + 'px';
392 … this.modalElement!.style.left = ev.clientX - srcClientX + srcLeft + clientRect.width / 2 + 'px';
395 this.modalElement!.style.left = clientRect.width / 2 + 'px';
[all …]