mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Rewrite grid docs to account for new grid tier
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
This commit is contained in:
@@ -55,7 +55,7 @@ Bootstrap includes several components that function as an overlay of some kind.
|
||||
|
||||
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" >}}).
|
||||
Learn more about this in our [`z-index` layout page]({{< docsref "/layout/z-index" >}}).
|
||||
|
||||
## HTML and CSS over JS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user