Adam Shaw 7 ani în urmă
părinte
comite
00780b13c3
2 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  1. 1 1
      src/reducers/eventSources.ts
  2. 4 0
      src/view.scss

+ 1 - 1
src/reducers/eventSources.ts

@@ -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) {

+ 4 - 0
src/view.scss

@@ -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 *,