Skip to content

Commit 1b25a70

Browse files
committed
test moving popup attachment point
1 parent 1a39a4f commit 1b25a70

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/browser/src/platform/popup/layout/popup-page.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
<ng-content select="[slot=above-scroll-area]"></ng-content>
1313
</div>
1414
<div
15-
class="tw-max-w-screen-sm tw-mx-auto tw-overflow-y-auto tw-flex tw-flex-col tw-w-full tw-h-full tw-styled-scrollbar"
15+
class="tw-max-w-screen-sm tw-mx-auto tw-overflow-y-auto tw-flex tw-flex-col tw-w-full tw-h-full tw-styled-scrollbar tw-relative"
1616
(scroll)="handleScroll($event)"
1717
[ngClass]="{ 'tw-invisible': loading }"
18+
id="attachMeHere"
1819
>
1920
<div
2021
class="tw-max-w-screen-sm tw-mx-auto tw-flex-1 tw-flex tw-flex-col tw-h-full tw-w-full"

libs/components/src/select/select.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(blur)="onBlur()"
88
[labelForId]="labelForId"
99
[clearable]="false"
10-
appendTo="body"
10+
appendTo="#attachMeHere"
1111
>
1212
<ng-template ng-option-tmp let-item="item">
1313
<div class="tw-flex" [title]="item.label">

0 commit comments

Comments
 (0)