Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-13 13:44:27 +0300
committerGitHub <noreply@github.com>2020-11-13 13:44:27 +0300
commite2e6e867f87f7c383704076ce9d7c980b0fdcc35 (patch)
treeaef6c4698803107902fdc92e0f4b6e4367e98b6d
parent49d5756f0113c5b6b2318f4e6ce7f076eda166fe (diff)
browsers-devices.md: make heading an `h3` (#32136)
-rw-r--r--site/docs/4.5/getting-started/browsers-devices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.5/getting-started/browsers-devices.md b/site/docs/4.5/getting-started/browsers-devices.md
index 11c062e2ee..403ac54e69 100644
--- a/site/docs/4.5/getting-started/browsers-devices.md
+++ b/site/docs/4.5/getting-started/browsers-devices.md
@@ -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.