Skip to content

Commit

Permalink
Fix z-index issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed May 6, 2019
1 parent 5c8e979 commit 8af4242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TributeRange.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TributeRange {
right: ${coordinates.right}px;
bottom: ${coordinates.bottom}px;
position: absolute;
zIndex: 10000;
z-index: 10000;
display: block;`

if (coordinates.left === 'auto') {
Expand Down

0 comments on commit 8af4242

Please sign in to comment.