Home › Forums › Basel support forum › Header zooms after closing 'quick view' on chrome mobile › Reply To: Header zooms after closing 'quick view' on chrome mobile
August 10, 2016 at 1:11 pm
#2626
Artem Temos
Keymaster
Hello,
Thank you for using our theme and for your bug report.
We will fix this issue in our next theme release, but for now try to add the following code snippet to the Custom CSS section in Theme Settings
.mfp-content {
overflow-x: hidden;
}
Regards