.foo {
  color: black;
}
.calendar-view{
    width: 1200px;
    background-color: white;
}

.calendar-view .v-calendar{
    min-height: 600px; 
    /*max-height: calc(100% - 64px);*/
}
.v-dialog{
  background-color: white;
}
