diff options
| author | Anuj Tomar <[email protected]> | 2017-10-16 22:51:34 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-17 08:51:34 +0300 |
| commit | fa234e27aa88f3602d8695ccf0b66e802154246f (patch) | |
| tree | 3c208291bf73bc67540dec33bc2f6de7d3c20aff /docs/4.0/layout | |
| parent | 99eece13929cf69515927a04a176cc3e578c4194 (diff) | |
| download | bootstrap-fa234e27aa88f3602d8695ccf0b66e802154246f.tar.xz bootstrap-fa234e27aa88f3602d8695ccf0b66e802154246f.zip | |
Correct $zindex-sticky value (#24402)
Diffstat (limited to 'docs/4.0/layout')
| -rw-r--r-- | docs/4.0/layout/overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/overview.md b/docs/4.0/layout/overview.md index c86a432d3..a357e58ad 100644 --- a/docs/4.0/layout/overview.md +++ b/docs/4.0/layout/overview.md @@ -163,8 +163,8 @@ We don't encourage customization of these values; should you change one, you lik ```scss $zindex-dropdown: 1000 !default; +$zindex-sticky: 1020 !default; $zindex-fixed: 1030 !default; -$zindex-sticky: 1030 !default; $zindex-modal-backdrop: 1040 !default; $zindex-modal: 1050 !default; $zindex-popover: 1060 !default; |
