Fix misalignment of context menu
This commit is contained in:
@@ -38,7 +38,9 @@ PurpleMine.SidebarToggler = (function () {
|
||||
|
||||
// Fix issue with context menu position
|
||||
if (this.$main.css('position') === 'relative') {
|
||||
$('#context-menu').appendTo('#wrapper3')
|
||||
$(window).load(function () {
|
||||
$('#context-menu').appendTo('#wrapper3')
|
||||
})
|
||||
}
|
||||
|
||||
handleSidebar()
|
||||
|
||||
Reference in New Issue
Block a user