battle of the z-indizes

This commit is contained in:
msquare 2016-11-16 13:03:22 +01:00
parent f2630162e9
commit 9900d6e14c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $(document).ready(
var left = 15;
timeLanes.css({
"position" : "relative",
"z-index" : 1000
"z-index" : 999
});
headers.css({
"position" : "relative",