Skip to content

Commit

Permalink
Hover state fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenya committed Jul 13, 2022
1 parent d0b287d commit e549ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ export const HoverMsg = styled.div`
border: dashed 2px ${darkGray};
border-radius: 5px;
background-color: ${lightGray};
opacity: 0.5;
opacity: 0.9;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 999;
& > span {
position: absolute;
top: 50%;
Expand Down

0 comments on commit e549ce9

Please sign in to comment.