From: Anuj Tomar Date: Tue, 17 Oct 2017 05:51:34 +0000 (-0700) Subject: Correct $zindex-sticky value (#24402) X-Git-Tag: v4.0.0-beta.2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa234e27aa88f3602d8695ccf0b66e802154246f;p=thirdparty%2Fbootstrap.git Correct $zindex-sticky value (#24402) --- diff --git a/docs/4.0/layout/overview.md b/docs/4.0/layout/overview.md index c86a432d3c..a357e58ad3 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;