forked from 0x2620/oxjs
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
|
|
@ -95,7 +95,7 @@ Ox.Picker = function(options, self) {
|
|||
.css({
|
||||
borderRadius: '8px 8px 0 0'
|
||||
});
|
||||
self.$layer.appendTo(Ox.$body);
|
||||
self.$layer.appendTo(Ox.Fullscreen.element ? Ox.Fullscreen.element : Ox.$body);
|
||||
self.$menu
|
||||
.css({
|
||||
left: left + 'px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue