I have the following multiple drop down select tag
Horizontal scrolling for elements is buggy in Edge/Chrome, and completely unsupported in Firefox.
A work-around supported all browsers would be to simply wrap it in a Some changes had to be made for this to work. The .Something {
overflow-x: auto;
overflow-y: auto;
width: 20%;
height: 100px;
}
.Something > select {
overflow-y: hidden;
}
size
attribute of your must match the number of options, and your