Added a z-index property to .box class
* This is done to simplify the UnlinkedDependencyComponent#isOverTask easier. This method checks if the mouse is over a task, and to be sure of that the task must be over anything on the ganttpanel * This commit must be done before (when I added the isOverTask) but I missed it :( FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
d395f77dca
commit
a3b8a0d7c8
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@
|
|||
text-align: center;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
z-index : 99;
|
||||
}
|
||||
|
||||
/* Task lane properties */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue