aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-03 22:58:46 -0800
committerChris Rebert <[email protected]>2016-02-03 22:58:46 -0800
commitb52ef829c188b946bff1c643cea70ce0c8a9439e (patch)
tree9fafc20e1008d558bb3b2f6e08baac9c1ad86025 /docs/_includes/getting-started
parentf248bb25ea05fcae14b5193cf0a5f0d36df2f458 (diff)
downloadbootstrap-b52ef829c188b946bff1c643cea70ce0c8a9439e.tar.xz
bootstrap-b52ef829c188b946bff1c643cea70ce0c8a9439e.zip
Port #19078 to v3
[skip sauce]
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/browser-device-support.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html
index 43c2e5349..e4fdef870 100644
--- a/docs/_includes/getting-started/browser-device-support.html
+++ b/docs/_includes/getting-started/browser-device-support.html
@@ -157,7 +157,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<h2 id="support-fixed-position-keyboards">Modals, navbars, and virtual keyboards</h2>
<h3>Overflow and scrolling</h3>
- <p>Support for <code>overflow: hidden</code> on the <code>&lt;body&gt;</code> element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the <code>&lt;body&gt;</code> content will begin to scroll.</p>
+ <p>Support for <code>overflow: hidden</code> on the <code>&lt;body&gt;</code> element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the <code>&lt;body&gt;</code> content will begin to scroll. See <a href="https://bugs.webkit.org/show_bug.cgi?id=153852">WebKit bug #153852</a>.</p>
<h3>Virtual keyboards</h3>
<p>Also, note that if you're using a fixed navbar or using inputs within a modal, iOS has a rendering bug that doesn't update the position of fixed elements when the virtual keyboard is triggered. A few workarounds for this include transforming your elements to <code>position: absolute</code> or invoking a timer on focus to try to correct the positioning manually. This is not handled by Bootstrap, so it is up to you to decide which solution is best for your application.</p>
<h3>Navbar Dropdowns</h3>