Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Selectmenu: prevent horizontal scrollbar on ui-content if only one cu…
Browse files Browse the repository at this point in the history
…stom select on the page. Fixes regression from commit 67e6fbc.
  • Loading branch information
jaspermdegroot committed Nov 27, 2012
1 parent 9f7cbfc commit 6103ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.forms.select.css
@@ -1,5 +1,5 @@
.ui-select { display: block; position: relative; }
.ui-select select { position: absolute; left: -9999px; }
.ui-select select { position: absolute; left: -9999px; top: -9999px; }
.ui-select .ui-btn { opacity: 1; }
.ui-field-contain .ui-select .ui-btn { margin: 0; }
/* Fixes #2588: When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select (including "inherit") without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
Expand Down

1 comment on commit 6103ba8

@jaspermdegroot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops... I meant vertical scrollbar

Please sign in to comment.