Skip to content

Commit

Permalink
Delete redundiant css calc
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Sep 5, 2023
1 parent 02c43bf commit bc60efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/client/css/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
left: 50%;
width: 0;
height: 0;
bottom: calc(100%);
bottom: 100%;
margin-left: -2px;
border: 1px solid black;
border-color: #272727 transparent transparent transparent;
Expand Down

0 comments on commit bc60efa

Please sign in to comment.