fix: calendar height
This commit is contained in:
parent
c74818049b
commit
acb769b0c1
@ -23,10 +23,12 @@ button.rbc-input::-moz-focus-inner {
|
|||||||
|
|
||||||
.rbc-calendar {
|
.rbc-calendar {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// height: 75vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
&.view-month {
|
||||||
|
height: 75vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rbc-calendar *,
|
.rbc-calendar *,
|
||||||
|
Loading…
Reference in New Issue
Block a user