Skip to content

Commit

Permalink
fix overlapping toggle
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Sep 14, 2023
1 parent d717473 commit b7ae680
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/fullcalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,11 @@
.fc-daygrid-day-events {
position:relative !important;
}

// Fix week button overlapping with the toggle
.fc-scrollgrid-sync-inner {
margin-top: 8px
}
.fc-timegrid-axis-cushion {
margin-top: 44px;
}

0 comments on commit b7ae680

Please sign in to comment.