fix menus and dialogs in fullscreen mode
This commit is contained in:
parent
28cc45485a
commit
b8a46dbee4
6 changed files with 8 additions and 5 deletions
|
|
@ -826,8 +826,9 @@ Ox.Menu = function(options, self) {
|
|||
if (!that.is(':hidden')) {
|
||||
return;
|
||||
}
|
||||
that.parent().length == 0 && that.appendTo(Ox.$body);
|
||||
that.appendTo(Ox.Fullscreen.element ? Ox.Fullscreen.element : Ox.$body);
|
||||
that.css({
|
||||
position: 'fixed',
|
||||
left: '-1000px',
|
||||
top: '-1000px'
|
||||
}).show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue