Skip to content

CSS Snippet Hide Tasks

Liam Cain edited this page Mar 23, 2021 · 2 revisions

If you don't like the seeing pending tasks appear on the calendar, you can hide them with CSS.

#calendar-container .hollow {
  display: none;
}
Clone this wiki locally