Skip to content

Commit

Permalink
increased default z-index to 1040, closes dimsemenov#115
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Jul 5, 2013
1 parent a7725c3 commit 7679606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $shadow: 0 0 8px rgba(0, 0, 0, 0.6); // Shadow on image
$popup-padding-left: 8px; // Padding from left and from right side
$popup-padding-left-mobile: 6px; // Same as above, but is applied when width of window is less than 800px

$z-index-base: 500; // Base z-index of popup
$z-index-base: 1040; // Base z-index of popup

// controls
$include-arrows: true; // Include styles for nav arrows
Expand Down
2 changes: 1 addition & 1 deletion src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $shadow: 0 0 8px rgba(0, 0, 0, 0.6) !default; // shadow
$popup-padding-left: 8px !default; // Padding from left and from right side
$popup-padding-left-mobile: 6px !default; // Same as above, but is applied when width of window is less than 800px

$z-index-base: 500 !default; // Base z-index of popup
$z-index-base: 1040 !default; // Base z-index of popup
$include-arrows: true !default; // include styles for nav arrows
$controls-opacity: 0.65 !default;
$controls-color: #FFF !default;
Expand Down

0 comments on commit 7679606

Please sign in to comment.