File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
libs/components/src/select Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
< ng-content select ="[slot=above-scroll-area] "> </ ng-content >
13
13
</ div >
14
14
< 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 "
16
16
(scroll) ="handleScroll($event) "
17
17
[ngClass] ="{ 'tw-invisible': loading } "
18
+ id ="attachMeHere "
18
19
>
19
20
< div
20
21
class ="tw-max-w-screen-sm tw-mx-auto tw-flex-1 tw-flex tw-flex-col tw-h-full tw-w-full "
Original file line number Diff line number Diff line change 7
7
(blur) ="onBlur() "
8
8
[labelForId] ="labelForId "
9
9
[clearable] ="false "
10
- appendTo ="body "
10
+ appendTo ="#attachMeHere "
11
11
>
12
12
< ng-template ng-option-tmp let-item ="item ">
13
13
< div class ="tw-flex " [title] ="item.label ">
You can’t perform that action at this time.
0 commit comments