diff options
| author | Robin D'Arcy <[email protected]> | 2019-06-22 14:21:20 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-06-22 16:21:20 +0300 |
| commit | cbabd8ff0d7fd7490fa8afeda203b56702216628 (patch) | |
| tree | 9c8d170477f2dc9f7cde349f10d4a6f5c4e6d537 /site | |
| parent | f0f75379f661587936fdcf7138fe9805838b7a01 (diff) | |
| download | bootstrap-cbabd8ff0d7fd7490fa8afeda203b56702216628.tar.xz bootstrap-cbabd8ff0d7fd7490fa8afeda203b56702216628.zip | |
Docs – update extend/approach.md (#28941)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/4.3/extend/approach.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/extend/approach.md b/site/content/docs/4.3/extend/approach.md index 77f9b53eb..2ba15ef18 100644 --- a/site/content/docs/4.3/extend/approach.md +++ b/site/content/docs/4.3/extend/approach.md @@ -51,9 +51,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]({{< docsref "/layout/overview#z-index" >}}). |
