put event z-index's into stylesheet

This commit is contained in:
Adam Shaw
2013-08-03 16:16:03 -07:00
parent d910bb8fcd
commit 664ec8f730
5 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ function BasicView(element, calendar, viewName) {
function buildEventContainer() {
daySegmentContainer =
$("<div style='position:absolute;z-index:8;top:0;left:0'/>")
$("<div class='fc-event-container' style='position:absolute;z-index:8;top:0;left:0'/>")
.appendTo(element);
}