Fix misalignment of context menu

This commit is contained in:
Takeshi Nakamura
2017-06-17 09:55:33 +09:00
parent 19d2a2dfa3
commit e6a238fbd9

View File

@@ -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()