.selector select[multiple="multiple"] {
border-radius: 0;
height: 200px;
margin: 0 0 0 -1px;
max-width: 368px !important;
padding-left: 3px;
width: 368px !important;
}
<select id="id_included_packages_from" class="filtered" multiple="multiple">
<option value="1" title="Internet">Internet Everywhere</option>
<option value="2" title="Internet 20MB">Internet 20MB/Day</option>
<option value="3" title="Trnet Plus">Early internet days, fetching the file.......................................................TTTTT.</option>
</select>
Google Chrome is enabling scroll, but Firefox is not. Is there a way to have a horizontal scroll bar without adding a div tag?