Skip to content

Commit

Permalink
Correct $zindex-sticky value (#24402)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarak authored and XhmikosR committed Oct 17, 2017
1 parent 99eece1 commit fa234e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/layout/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa234e2

Please sign in to comment.