Skip to content

Commit

Permalink
Fix drop-target z-index.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Feb 27, 2017
1 parent b0e275f commit 915a887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stylesheets/abstracts/_variables.scss
Expand Up @@ -130,7 +130,7 @@ $zindex-resizable: 1000;
$zindex-project: 1010;
$zindex-item: 1020;
$zindex-draggable: 1030;
$zindex-drop-zone: 1040;
$zindex-drop-target: 1040;
$zindex-drag-layer: 1050;
$zindex-window-controls: 1060;

Expand Down
1 change: 1 addition & 0 deletions src/stylesheets/abstracts/placeholders/_drop-target.scss
Expand Up @@ -11,5 +11,6 @@
bottom: 0;
left: 0;
background: $drop-target-color;
z-index: $zindex-drop-target;
}
}
2 changes: 1 addition & 1 deletion src/stylesheets/components/_project.scss
Expand Up @@ -14,7 +14,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: $zindex-drop-zone;
z-index: $zindex-drop-target;
background: $drop-target-color;
mix-blend-mode: multiply;
}
Expand Down

0 comments on commit 915a887

Please sign in to comment.