refactor and simplify the way view switching/rerendering works

This commit is contained in:
Adam Shaw
2013-08-06 23:23:03 -07:00
parent 6da36c7bdf
commit d2aa9e9f4c
8 changed files with 184 additions and 217 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ html .fc,
}
.fc-view {
width: 100%; /* needed for view switching (when view is absolute) */
width: 100%;
overflow: hidden;
}