@@ -15,7 +15,7 @@ export default function(eventSources: EventSourceHash, action: Action, dateProfi
case 'REMOVE_EVENT_SOURCE':
return removeSource(eventSources, action.sourceId)
- case 'SET_VIEW_TYPE':
+ case 'SET_VIEW_TYPE': // TODO: how do we track all actions that affect dateProfile :(
case 'SET_DATE':
case 'SET_DATE_PROFILE':
if (dateProfile) {
@@ -2,6 +2,10 @@
/* View Structure
--------------------------------------------------------------------------------------------------*/
+.fc-view-container {
+ position: relative;
+}
+
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,