Hi William!
Thanks for getting in touch!
I’m sorry you are having this issue.
I was able to reproduce it in my local install, so I have reported the bug to the team and attached this thread to it. The team will let you know when a fix for it has been made.
In the meantime, you can add the following css code to your theme’s styles to make the “View as” box stay behind the filters >
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
z-index: 2 !important;
}
Let me know if it works for you.
Thanks!
Victor