aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-03-06 22:57:42 -0800
committerChris Rebert <[email protected]>2016-03-06 22:57:42 -0800
commitb8fceb17a4091eef73fdae40990549b10e072451 (patch)
tree1ad2a57df1f05308ec63e2c87cc7ec9d7b2ee6c8 /docs/components
parent750d5f5c6210182aa1d816ed8896e0d956723b2a (diff)
downloadbootstrap-b8fceb17a4091eef73fdae40990549b10e072451.tar.xz
bootstrap-b8fceb17a4091eef73fdae40990549b10e072451.zip
Remove iOS virtual keyboard bug section from docs
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index 1bbcd3fbf..f3c29dac6 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -34,7 +34,7 @@ Always try to place a modal's HTML code in a top-level position in your document
{% callout warning %}
#### Mobile device caveats
-There are some caveats regarding using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-navbars-and-virtual-keyboards) for details.
+There are some caveats regarding using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-and-dropdowns-on-mobile) for details.
{% endcallout %}
### Static example