I have a thin theme and calendar (Events overview, .../events) displays mostly Mon - Fry, Sat and Sun are hidden. To fix this, I have added this into event.css:
.event-calendar {
overflow: auto;
}I have a thin theme and calendar (Events overview, .../events) displays mostly Mon - Fry, Sat and Sun are hidden. To fix this, I have added this into event.css:
.event-calendar {
overflow: auto;
}
Comments
Comment #1
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.