- fixed overlapping system information, closed #341

This commit is contained in:
Exodus4D
2016-10-17 14:26:33 +02:00
parent b2cce3cde2
commit 5d21825bfa
2 changed files with 6 additions and 0 deletions

View File

@@ -1624,6 +1624,9 @@ define([
var hoverSystem = $(this).parents('.' + config.systemClass);
var hoverSystemId = hoverSystem.attr('id');
// bring system in front (increase zIndex)
hoverSystem.updateSystemZIndex();
// get ship counter and calculate expand height
var userCount = parseInt( hoverSystem.data('userCount') );

View File

@@ -1624,6 +1624,9 @@ define([
var hoverSystem = $(this).parents('.' + config.systemClass);
var hoverSystemId = hoverSystem.attr('id');
// bring system in front (increase zIndex)
hoverSystem.updateSystemZIndex();
// get ship counter and calculate expand height
var userCount = parseInt( hoverSystem.data('userCount') );