ItEr30S17ValidacionEProbasFuncionais: Fixed graphical problems with new dependences calculations and z-indexing
This commit is contained in:
parent
e8c73ad57f
commit
0d88a38fe6
2 changed files with 2 additions and 2 deletions
|
|
@ -450,7 +450,7 @@ zkTask.isOverTask = function(cmp, arrow) {
|
|||
|
||||
var xpos = zkTask.xMouse - findPosX(innerLayout)
|
||||
+ innerLayout.scrollLeft;
|
||||
var ypos = zkTask.yMouse - findPosY(innerLayout) - 48 /* padding top */
|
||||
var ypos = zkTask.yMouse - findPosY(innerLayout)
|
||||
+ innerLayout.scrollTop - listtasksNode.offsetTop;
|
||||
|
||||
for ( var i = 0; i < arrayTasks.length; i++) {
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ min-width:200px;
|
|||
position: absolute;
|
||||
padding: 4px;
|
||||
cursor: crosshair;
|
||||
z-index:-1;
|
||||
z-index:0;
|
||||
}
|
||||
|
||||
.end,.start {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue