Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit eeaf9ca0 authored by Simon L's avatar Simon L Committed by GitHub
Browse files

Merge pull request #5484 from nextcloud/backport/5475/stable4.5

[stable4.5] fix overlapping toggle
parents 910cddda a46bebbf
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -279,3 +279,11 @@
.fc-daygrid-day-events {
	position:relative !important;
}

// Fix week button overlapping with the toggle
.fc-col-header-cell {
    padding-top: 10px !important;
}
.fc-timegrid-axis-cushion  {
	margin-top: 44px;
}