Hi Ihtezaz!
I can definetly help you with this. To make the filters not override the calendar but show above it, you can add the following CSS snippet to your theme (or child theme) stylesheet or via Simple Custom CSS plugin:
/* Tribe, prevent mobile filter bar from showing over content */
@media only screen and (max-width: 767px) {
.tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
position: static;
}
}
Please give this a try and let me know if it works for you.
Best,
Brendan