Fix context menu in drive and rename textbox styling

This commit is contained in:
Pierre Bondoerffer
2017-03-02 16:22:32 +01:00
parent d26d8f53d9
commit e0d972674f
3 changed files with 6 additions and 1 deletions

View File

@@ -1424,7 +1424,8 @@ define([
// Open the menu
$iframe.find('.contextMenu').css({
top: ($context.offset().top + 32) + 'px',
right: '0px'
right: '0px',
left: ''
});
$li.contextmenu();
});