Replies: 0
At the events calendar, when click on the “Events From”, the datepicker calender appear behind, blocked by the search bar itself.
Am I the only one having this problem? Seems to have the same problem on firefox and chrome.
I resorted to changing
the-events-calender/src/resources/css/tribe-events-full.min.css
Find: .datepicker{z-index:5!important}
Change: .datepicker{z-index:99999!important}
I know I shouldn’t do that. Any idea guys?