diff options
| author | Chris Rebert <[email protected]> | 2016-03-14 01:48:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-14 01:48:07 -0700 |
| commit | 0cbcd6dfcac924454ede82ed2c0e2ee5a0370415 (patch) | |
| tree | d6f959a653f5b5803c5f5e6e985a1de6124e1436 /docs/components | |
| parent | 49d411058cb3fa0e6c40f65786191ca49941870f (diff) | |
| parent | b8fceb17a4091eef73fdae40990549b10e072451 (diff) | |
| download | bootstrap-0cbcd6dfcac924454ede82ed2c0e2ee5a0370415.tar.xz bootstrap-0cbcd6dfcac924454ede82ed2c0e2ee5a0370415.zip | |
Merge pull request #19426 from twbs/ios-virt-keyboard
Remove iOS virtual keyboard bug section from docs
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/modal.md | 2 |
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 |
