diff --git a/scss/_select.scss b/scss/_select.scss index 699f49ff76..0e35185470 100644 --- a/scss/_select.scss +++ b/scss/_select.scss @@ -44,7 +44,7 @@ } .item-select { - position: static; // required for Android 2.3 + position: relative; select { position: absolute; diff --git a/test/html/input-select.html b/test/html/input-select.html index f211388151..db5cbf100f 100644 --- a/test/html/input-select.html +++ b/test/html/input-select.html @@ -100,21 +100,60 @@