Skip to content

Is there a way to limit the height of the selected items box and show a vertical scrollbar? #1692

Discussion options

You must be logged in to vote

OK I found the answer:

.selectize-input {
  max-height: 102px;
  overflow-y: auto;
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@duju211
Comment options

@danielinteractive
Comment options

Answer selected by danielinteractive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1691 on October 28, 2021 10:38.