@@ -1 +1 @@
-Subproject commit 627050a9cb44ce1e478aad1b9fbea1efb7b268dc
+Subproject commit dea5e545bc8d53d58f7b0eaa8e043f9f4fc71361
@@ -76,10 +76,6 @@
.fc-scrollgrid--forprint {
- .cell-content-wrap {
- height: auto !important; // override inline
- }
-
.fc-sticky {
top: 0 !important;
right: 0 !important;
@@ -1,4 +1,17 @@
+.fc-daygrid-event-harness { // dont do margins either!!!
+ padding-bottom: 2px;
+ // margin-top: 0 !important; // was overriding JS :(
+}
+
+.fc-daygrid-event-harness-abs {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
.fc-daygrid-event {
border-radius: 3px;
}
@@ -39,18 +39,6 @@
min-height: 0;
-.fc-daygrid-event-harness { // dont do margins either!!!
- padding-bottom: 2px;
- // margin-top: 0 !important; // was overriding JS :(
-}
-.fc-daygrid-event-harness-abs {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
.fc-daygrid-bg-harness {
position: absolute;
top: 0;
@@ -1,5 +1,4 @@
-@import './styles/view';
-@import './styles/time-grid';
+@import './styles/timegrid';
@import './styles/timegrid-event';
-@import './styles/now-indicator';
+@import './styles/timegrid-now-indicator';
@@ -1,4 +1,11 @@
+// high precedence to overcome theme
+.fc .fc-timegrid-divider {
+ padding: 0 0 2px;
.fc-timegrid-body {
position: relative; // for housing skeletons
z-index: 1; // because containers z-index'd children
@@ -1,5 +0,0 @@
-// high precedence to overcome theme
-.fc .fc-timegrid-divider {
- padding: 0 0 2px;