1
0
Fork 0
forked from 0x2620/oxjs

video player bugfixes, fullscreen-related

This commit is contained in:
rlx 2011-12-22 18:03:30 +00:00
commit 617ad0e5ca
2 changed files with 26 additions and 19 deletions

View file

@ -66,7 +66,7 @@ Ox.Tooltip = function(options, self) {
width = that.width();
height = that.height();
left = Ox.limit(
self.x - width / 2, 0, window.innerWidth - width
self.x - width / 2, 0, window.innerWidth - width - 8
);
top = self.y > window.innerHeight - height - 16
? self.y - 16 - height