Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkace committed Mar 14, 2018
1 parent c6f90ec commit 407bcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const State = {
events : {
mousemove : (e) => {
State.tooltip.style = {
left : `${e.clientX}px`,
top : `${e.clientY}px`,
left : `${e.clientX}px`,
top : `${e.clientY}px`,
opacity : e.clientY > State.header.height ? 0.8 : 0
};

Expand Down

0 comments on commit 407bcfd

Please sign in to comment.