.capacity-async-work-layer {
  background-color: rgba(0, 0, 0, 0.20);
  background-color: var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20));
  z-index: 999; }

.capacity-content {
  overflow-y: auto; }

.team-activity-cell {
  overflow: visible; }

.days-off-date-picker-cell {
  overflow: visible;
  vertical-align: top; }
  .days-off-date-picker-cell .days-off-date-picker-content {
    overflow: visible;
    flex-direction: column; }
