Skip to content

Commit

Permalink
Make NewContributorTooltip visible again (mozilla#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz authored Dec 3, 2024
1 parent a025ed1 commit a6195e4
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
border-radius: 10px;
box-shadow: 0 0 20px -2px var(--tooltip-background);
box-sizing: border-box;
margin: -20px auto;
left: 0;
margin: -50px auto;
padding: 20px;
position: absolute;
right: -280px;
position: fixed;
right: 0;
width: 250px;
z-index: 20;
}
Expand Down

0 comments on commit a6195e4

Please sign in to comment.