aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-15 10:43:45 -0700
committerMark Otto <[email protected]>2017-08-15 10:43:45 -0700
commite82d541836f063fc2ee4eb0111fdc9591015711f (patch)
tree092e93d6eb0b963656fbee550e0f73eab2221111 /docs
parent62a3e9c1f061525973ff30e75996e79b3413c1b2 (diff)
parentb15041066089a6b533457468c2927f1c02d85ca9 (diff)
downloadbootstrap-e82d541836f063fc2ee4eb0111fdc9591015711f.tar.xz
bootstrap-e82d541836f063fc2ee4eb0111fdc9591015711f.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/layout/overview.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/4.0/layout/overview.md b/docs/4.0/layout/overview.md
index 459191719..c86a432d3 100644
--- a/docs/4.0/layout/overview.md
+++ b/docs/4.0/layout/overview.md
@@ -162,7 +162,6 @@ Several Bootstrap components utilize `z-index`, the CSS property that helps cont
We don't encourage customization of these values; should you change one, you likely need to change them all.
```scss
-$zindex-dropdown-backdrop: 990 !default;
$zindex-dropdown: 1000 !default;
$zindex-fixed: 1030 !default;
$zindex-sticky: 1030 !default;