Commit aa3a592c authored by Laura Schlimmer's avatar Laura Schlimmer
Browse files

fixed fn-tooltip position bottom and scroll

parent a6ee26e5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
      }, false);

      elem.addEventListener('mouseout', function() {
        base.hide();
        //base.hide();
      }, false);
    }

@@ -85,6 +85,8 @@
      if (position == "bottom") {
        var t_top = pos.height + scroll_y + 13;
        if (!(relative)) {t_top += pos.top - 5;}
        console.log(t_top);
        console.log(pos.top + pos.height);
        return t_top;
      }