fixed double scrollbars when tall selects are present

This commit is contained in:
scottjehl 2010-12-23 15:25:58 -05:00
parent 3fb55aef0b
commit a37bc5d1b0

View file

@ -4,7 +4,7 @@
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
*/
.ui-select { display: block; }
.ui-select select { position: absolute; left: -99999px; }
.ui-select select { position: absolute; left: -99999px; top: -99999px; }
.ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
.ui-select .ui-btn-icon-right .ui-icon { right: 15px; }