diff options
author | msquare <msquare@notrademark.de> | 2016-11-16 13:03:22 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-16 13:03:22 +0100 |
commit | 9900d6e14ccff8991e50de1e1662326e5e6d490a (patch) | |
tree | 689929a87453554ea01c08ccd6e03c8470e64094 /public/js | |
parent | f2630162e9e2cc1f71b8a7ebac8cd76b7b22d7ad (diff) |
battle of the z-indizes
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/shift-calendar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/shift-calendar.js b/public/js/shift-calendar.js index 80072e58..5331ffe5 100644 --- a/public/js/shift-calendar.js +++ b/public/js/shift-calendar.js @@ -10,7 +10,7 @@ $(document).ready( var left = 15; timeLanes.css({ "position" : "relative", - "z-index" : 1000 + "z-index" : 999 }); headers.css({ "position" : "relative", |