Skip to content

Commit

Permalink
Merge pull request #112 from PaulAnnekov/fix-offset
Browse files Browse the repository at this point in the history
Fix bug with wrong tooltip offset
  • Loading branch information
louisameline committed Jan 13, 2014
2 parents 31dbb0f + 3d3a77e commit 5722f08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/tooltipster.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ html {
padding: 0;
font-size: 0;
line-height: 0;
top: 0;
left: 0;
position: absolute;
z-index: 9999999;
pointer-events: none;
Expand Down

0 comments on commit 5722f08

Please sign in to comment.