fix menus and dialogs in fullscreen mode

This commit is contained in:
j 2019-02-21 16:10:58 +05:30
commit b8a46dbee4
6 changed files with 8 additions and 5 deletions

View file

@ -79,7 +79,7 @@ Ox.Tooltip = function(options, self) {
self.y = y;
}
$('.OxTooltip').detach(); // fixme: don't use DOM
that.appendTo(Ox.$body);
that.appendTo(Ox.Fullscreen.element ? Ox.Fullscreen.element : Ox.$body);
width = that.width();
height = that.height();
left = Ox.limit(