Skip to content

Commit

Permalink
test moving popup attachment point
Browse files Browse the repository at this point in the history
  • Loading branch information
vleague2 committed Oct 25, 2024
1 parent 1a39a4f commit 1b25a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
<ng-content select="[slot=above-scroll-area]"></ng-content>
</div>
<div
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"
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"
(scroll)="handleScroll($event)"
[ngClass]="{ 'tw-invisible': loading }"
id="attachMeHere"
>
<div
class="tw-max-w-screen-sm tw-mx-auto tw-flex-1 tw-flex tw-flex-col tw-h-full tw-w-full"
Expand Down
2 changes: 1 addition & 1 deletion libs/components/src/select/select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(blur)="onBlur()"
[labelForId]="labelForId"
[clearable]="false"
appendTo="body"
appendTo="#attachMeHere"
>
<ng-template ng-option-tmp let-item="item">
<div class="tw-flex" [title]="item.label">
Expand Down

0 comments on commit 1b25a70

Please sign in to comment.