Skip to content

Is it possible to enable the horizontal scrollbar #213

Answered by sa-si-dev
imnate asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
Is it possible to enable the horizontal scrollbar when the option content longer then the max weight ?

@imnate As of now, it is not possible in the plugin.

But you can get it by adding the below CSS in your project.

.vscomp-dropbox {
  overflow: auto;
}

.vscomp-search-wrapper,
.vscomp-options-container {
  width: 500px;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@imnate
Comment options

Answer selected by sa-si-dev
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