Skip to content

Commit

Permalink
Fix tooltip content hover issue
Browse files Browse the repository at this point in the history
  • Loading branch information
himadree committed Mar 19, 2024
1 parent acfe8b7 commit 8182d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/front-end/css/view/tooltip.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/view/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
top: 100%;
left: 50%;
transform: translateX(-50%);
margin: 1px auto 0 auto;
margin: 10px auto 0 auto;
}

.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after {
Expand Down

0 comments on commit 8182d9f

Please sign in to comment.