Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-ui/scss/helpers/_z-index.scss
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ $z-layers: (
*/
@function z($name) {
@if index($z-layers, $name) {
@return (length($z-layers) - index($z-layers, $name)) + 1000;
@return (length($z-layers) - index($z-layers, $name)) + 500;
} @else {
@error 'There is no item "#{$name}" in this list; choose one of: #{$z-layers}';
@return null;

0 comments on commit ef057ee

Please sign in to comment.