Skip to content

Commit

Permalink
browsers-devices.md: make heading an h3 (#32136)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 13, 2020
1 parent 49d5756 commit e2e6e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.5/getting-started/browsers-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ As of Safari v8.0, use of the fixed-width `.container` class can cause Safari to

Out of the box, Android 4.1 (and even some newer releases apparently) ship with the Browser app as the default web browser of choice (as opposed to Chrome). Unfortunately, the Browser app has lots of bugs and inconsistencies with CSS in general.

#### Select menu
### Select menu

On `<select>` elements, the Android stock browser will not display the side controls if there is a `border-radius` and/or `border` applied. (See [this StackOverflow question](https://stackoverflow.com/questions/14744437/html-select-box-not-showing-drop-down-arrow-on-android-version-4-0-when-set-with) for details.) Use the snippet of code below to remove the offending CSS and render the `<select>` as an unstyled element on the Android stock browser. The user agent sniffing avoids interference with Chrome, Safari, and Mozilla browsers.

Expand Down

0 comments on commit e2e6e86

Please sign in to comment.