Fix overlapping toggle also in Firefox

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-09-25 10:58:38 +02:00
parent eb7f3df8e2
commit 7279bfcd30
1 changed files with 4 additions and 0 deletions

View File

@ -287,3 +287,7 @@
.fc-timegrid-axis-cushion {
margin-top: 44px;
}
// Additional workaround for Firefox
.fc-timegrid-axis.fc-scrollgrid-shrink {
height: 65px;
}