mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-20 07:56:50 +01:00
Fix positioning on filemanager context menu
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user