Fix context menu in drive and rename textbox styling
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user