Skip to content

Commit

Permalink
Wrong offset bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed Jan 13, 2014
1 parent 5722f08 commit 58d23d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tooltipster",
"version": "3.0.1",
"version": "3.0.2",
"main": ["js/jquery.tooltipster.min.js", "css/tooltipster.css"],
"dependencies": {
"jquery": ">=1.7"
Expand Down
4 changes: 2 additions & 2 deletions css/tooltipster.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ html {
padding: 0;
font-size: 0;
line-height: 0;
top: 0;
left: 0;
position: absolute;
left: 0;
top: 0;
z-index: 9999999;
pointer-events: none;
width: auto;
Expand Down
2 changes: 1 addition & 1 deletion tooltipster.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [
"tooltip"
],
"version": "3.0.1",
"version": "3.0.2",
"author": {
"name": "Caleb Jacob",
"url": "http://calebjacob.com/"
Expand Down

0 comments on commit 58d23d4

Please sign in to comment.