The Filter Button in the SHOP menu link not fully display the Filtered List like Categories, in Mobile devices. In PC it is showing correctly. Your Demo Mixstore Template is also having the same problem.
Hi arundf
You can use this custom css:
.ja-megafilter-wrap .sidebar-main.open { height: 100%; overflow-y: scroll; }
Super, working fine. Thanks.