mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 18:13:09 +00:00
fixed double scrollbars when tall selects are present
This commit is contained in:
parent
3fb55aef0b
commit
a37bc5d1b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue