Skip to content

Commit

Permalink
Fixes tongyy#46
Browse files Browse the repository at this point in the history
  • Loading branch information
baconcheese113 committed Apr 12, 2020
1 parent bc72c0f commit a461dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Draggable.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function Draggable(props) {
top: y,
left: x,
elevation: z,
z,
zIndex: z,
};
if (renderColor) {
style.backgroundColor = renderColor;
Expand Down

0 comments on commit a461dc6

Please sign in to comment.