Skip to content

Commit

Permalink
fix: Events with overlapping time visually overlap
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 authored and backportbot[bot] committed Aug 22, 2024
1 parent 7197bcf commit 8c5e9ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/fullcalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,8 @@
}
}

.fc-timegrid-event-harness-inset {
right: -0.3vw !important;
left: -0.1vw !important;
.fc-timegrid-col-events{
margin: 0 !important;
}

.fc-v-event {
Expand Down

0 comments on commit 8c5e9ba

Please sign in to comment.