fix: calendar height
This commit is contained in:
parent
c74818049b
commit
acb769b0c1
@ -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 *,
|
||||
|
Loading…
Reference in New Issue
Block a user