Skip to content

Commit

Permalink
feat(tag-input): support scroll in scroll type (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Oct 12, 2023
1 parent 5ad9405 commit 419a67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style/web/components/tag-input/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
white-space: nowrap;
}
}
.@{prefix}-input__prefix--scrollable {
overflow: scroll;
}
}

.@{prefix}-tag-input__suffix-clear {
Expand Down

0 comments on commit 419a67e

Please sign in to comment.