Skip to content

Commit

Permalink
SUP-33042 change overflow to auto to allow scrolling in input text fi…
Browse files Browse the repository at this point in the history
…eld (#1030)
  • Loading branch information
Adirv committed Nov 8, 2022
1 parent 9cb68c0 commit 6133a30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ $kmc-flags-path: '../../styles/flags/';
width: 100% !important;
&.p-autocomplete-multiple-container.p-inputtext {
height: 70px;
overflow: auto;
}
}
:host ::ng-deep .kHighlightedText {
Expand Down

0 comments on commit 6133a30

Please sign in to comment.