Skip to content

Commit

Permalink
fix: fixed calender component year stops displaying when zoomed in. c…
Browse files Browse the repository at this point in the history
…loses #84
  • Loading branch information
syam babu committed Sep 5, 2024
1 parent 39fd239 commit c8e3aae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/RecurringEvents/recurringEvents.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@
color: #222732;
}

.calendar .calendar-header .year-neighbor {
display: none !important;
}
.calendar .calendar-header .year-neighbor2 {
display: none !important;
}

@media screen and (max-width: 480px) {
.custom-date-column {
height: 200px;
Expand Down

0 comments on commit c8e3aae

Please sign in to comment.