Fix positioning on filemanager context menu

This commit is contained in:
Fluidbyte
2013-01-03 06:06:14 -08:00
parent 219fdc0cd7
commit 28cf9dcfc9

View File

@@ -92,8 +92,8 @@
// Show menu
$('#context-menu')
.css({
'top': (e.pageY - 20) + 'px',
'left': (e.pageX - 20) + 'px'
'top': (e.pageY - 40) + 'px',
'left': (e.pageX - 30) + 'px'
})
.fadeIn(200)
.attr('data-path', path)