From 62ae935608cef50f77eba1bb54ea226a67ec5fff Mon Sep 17 00:00:00 2001 From: Anuj Tomar Date: Mon, 16 Oct 2017 15:26:33 -0700 Subject: [PATCH] Correct $zindex-sticky value --- docs/4.0/layout/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/layout/overview.md b/docs/4.0/layout/overview.md index c86a432d3c4c..a357e58ad3da 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;