Calling all CSS gurus - I for the life of me cannot find a decent fix for the select box issue in Firefox (see attached image with SI as the example). Any ideas?
Thanks.
Thanks.
.discuss-searchbar--select {
overflow: hidden !important;
}
.discuss-searchbar--select select {
width: 110% !important;
}
.categorySelectionSearch {
overflow: hidden;
}
.categorySelectionSearch select {
width: 110%;
}