Skip to content

Commit

Permalink
Merge pull request #73 from pdenya/dev
Browse files Browse the repository at this point in the history
fix: Hover state background to be solid
  • Loading branch information
KarimMokhtar authored Oct 22, 2024
2 parents 65418fb + e549ce9 commit 2f199dc
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 @@ -50,12 +50,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 2f199dc

Please sign in to comment.