Can't scroll in search page (mobile view)
-
In mobile view if you sort or filter the products in the search page, than you can't scroll through the page unless you open and close the sort or filter drawers again.
-
@aldo24 to solve this issue add
document.body.style.overflow ='scroll';
to thegetProducts()
method in packages/Webkul/Shop/src/Resources/views/search/index.blade.php