You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Styling for each event from Schedule */
.fc-time-grid-event.fc-v-event.fc-event {
border-radius: 4px;
border: none;
padding: 5px;
opacity: .65;
left: 5% !important;
right: 5% !important;
}
the lines:
left: 5% !important;
right: 5% !important;
break the slotEventOverlap: true/false -behaviour. When the slotEventOverlap is set to false, the events will not show side by side as should, if the lines, I mentioned, are not removed from the css.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the cool theme!
Noticed one issue though.
in:
/* Styling for each event from Schedule */
.fc-time-grid-event.fc-v-event.fc-event {
border-radius: 4px;
border: none;
padding: 5px;
opacity: .65;
left: 5% !important;
right: 5% !important;
}
the lines:
left: 5% !important;
right: 5% !important;
break the slotEventOverlap: true/false -behaviour. When the slotEventOverlap is set to false, the events will not show side by side as should, if the lines, I mentioned, are not removed from the css.
The text was updated successfully, but these errors were encountered: