body {
  padding: 0;
  margin: 0;
}

body::-webkit-scrollbar {
  display: none;
}

/* Hacky solution to make the month
 label of the calendar popup always render month name.
See: https://jira.pitechplus.com/browse/WSAC-726 */

.MuiCalendarPicker-root > div:first-of-type > div:first-of-type {
  overflow: visible;
}

