Skip to content

Commit

Permalink
fix bottom placement arrow position
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq committed Oct 24, 2023
1 parent 0e143b0 commit 3381a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow {
left: 0;
margin-top: -0.4rem;
margin-top: -0.3rem;
top: 0;
}

Expand Down

0 comments on commit 3381a5b

Please sign in to comment.