0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Remove $zindex-dropdown-backdrop from docs (#23461)

It was removed in 6d64afe.
This commit is contained in:
Rolandas Barysas 2017-08-15 18:16:40 +03:00 committed by XhmikosR
parent 839fa0fe98
commit b150410660

View File

@ -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;