aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin D'Arcy <[email protected]>2019-06-22 14:21:20 +0100
committerXhmikosR <[email protected]>2019-07-10 11:03:54 +0300
commit4376d92ea783f991d1059428fea51183f77157f1 (patch)
treecfa6fc5fd71e682edc2f2b8a68f6d1049e04feee
parentde163b337c80be688564969cce09345b04c823bb (diff)
downloadbootstrap-4376d92ea783f991d1059428fea51183f77157f1.tar.xz
bootstrap-4376d92ea783f991d1059428fea51183f77157f1.zip
Docs – update extend/approach.md (#28941)
-rw-r--r--site/docs/4.3/extend/approach.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.3/extend/approach.md b/site/docs/4.3/extend/approach.md
index 53443d7f8..88d8dcc7f 100644
--- a/site/docs/4.3/extend/approach.md
+++ b/site/docs/4.3/extend/approach.md
@@ -50,9 +50,9 @@ There are two `z-index` scales in Bootstrap—elements within a component and ov
### Overlay components
-Bootstrap includes several components that function as an overlay of some kind. This includes, in order of highest `z-index`, dropdowns, fixed and sticky navbars, modals, tooltips, and popovers. These components have their own `z-index` scale that begins at `1000`. This starting number is random and serves as a small buffer between our styles and your project's custom styles.
+Bootstrap includes several components that function as an overlay of some kind. This includes, in order of highest `z-index`, dropdowns, fixed and sticky navbars, modals, tooltips, and popovers. These components have their own `z-index` scale that begins at `1000`. This starting number was chosen arbitrarily and serves as a small buffer between our styles and your project's custom styles.
-Each overlay component increases it's `z-index` value slightly in such a way that common UI principles allow user focused or hovered elements to remain in view at all times. For example, a modal is document blocking (e.g., you cannot take any other action save for the modal's action), so we put that above our navbars.
+Each overlay component increases its `z-index` value slightly in such a way that common UI principles allow user focused or hovered elements to remain in view at all times. For example, a modal is document blocking (e.g., you cannot take any other action save for the modal's action), so we put that above our navbars.
Learn more about this in our [`z-index` layout page]({{ site.baseurl }}/docs/{{ site.docs_version }}/layout/overview/#z-index).