]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs – update extend/approach.md (#28941)
authorRobin D'Arcy <robin@klever.co.uk>
Sat, 22 Jun 2019 13:21:20 +0000 (14:21 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 10 Jul 2019 08:03:54 +0000 (11:03 +0300)
site/docs/4.3/extend/approach.md

index 53443d7f83a53a90998c4c9b9eebed97893888d0..88d8dcc7f85c35724496453f4367796954dd4466 100644 (file)
@@ -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).