Skip to content

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

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

You must be logged in to vote
2 replies
@duju211

@danielinteractive

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.