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:
Farruco Sanjurjo 2010-09-07 13:16:36 +02:00
parent d395f77dca
commit a3b8a0d7c8

View file

@ -159,6 +159,7 @@
text-align: center;
vertical-align: middle;
cursor: pointer;
z-index : 99;
}
/* Task lane properties */