forked from 0x2620/oxjs
video player bugfixes, fullscreen-related
This commit is contained in:
parent
60281a666b
commit
617ad0e5ca
2 changed files with 26 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue