Skip to content

Commit

Permalink
limit scroll height of url drop down in menu-detail
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Oct 15, 2024
1 parent 457270e commit 33bd94f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
(onDropdownClick)="onDropdownClick($event)"
(onSelect)="onSelect($event)"
[minLength]="0"
styleClass="w-full limitInputText"
styleClass="w-full"
scrollHeight="150px"
field="mfePath"
[showClear]="true"
[dropdown]="true"
Expand Down

0 comments on commit 33bd94f

Please sign in to comment.