fix: calendar height

This commit is contained in:
chenos 2021-04-01 09:59:05 +08:00
parent c74818049b
commit acb769b0c1

View File

@ -23,10 +23,12 @@ button.rbc-input::-moz-focus-inner {
.rbc-calendar {
box-sizing: border-box;
// height: 75vh;
display: flex;
flex-direction: column;
align-items: stretch;
&.view-month {
height: 75vh;
}
}
.rbc-calendar *,