aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-02-11 17:06:24 -0800
committerMark Otto <[email protected]>2017-02-11 17:06:24 -0800
commit820d912860bc99212a05c1d51652388e14367521 (patch)
tree1b3ef47d3b9b9afb8964cc53d59513af69268b3c /docs/components
parent342e19ae8983e1e644412613410cd12e76db63b5 (diff)
parent766e8b1576473c67a2540a765a914f12d7c728f7 (diff)
downloadbootstrap-820d912860bc99212a05c1d51652388e14367521.tar.xz
bootstrap-820d912860bc99212a05c1d51652388e14367521.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
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 16689f6ae..81f917f25 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -21,7 +21,7 @@ Before getting started with Bootstrap's modal component, be sure to read the fol
- Bootstrap only supports one modal window at a time. Nested modals aren't supported as we believe them to be poor user experiences.
- Modals use `position: fixed`, which can sometimes be a bit particular about its rendering. Whenever possible, place your modal HTML in a top-level position to avoid potential interference from other elements. You'll likely run into issues when nesting a `.modal` within another fixed element.
- One again, due to `position: fixed`, there are some caveats with using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-and-dropdowns-on-mobile) for details.
-- Lastly, the `autofocus` HTML attribute has no affect in modals. Here's how you can achieve the same effect with custom JavaScript.
+- Lastly, the `autofocus` HTML attribute has no effect in modals. Here's how you can achieve the same effect with custom JavaScript.
Keep reading for demos and usage guidelines.