Fix the calendar widget on mobile.
parent
0eaaf671e8
commit
ab3ebbff05
@ -0,0 +1,9 @@
|
|||||||
|
/* Hack the layout on mobile. */
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.rbc-toolbar {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.rbc-toolbar-label {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue