You’ve got some plugin which is modifying email styles, and unfortunately this is modifying the page style as an unwanted side effect.
Hi Iorro,
Many thanks for your answer but it seems it’s not the plugin for email styles. I tried with twenty Nineteen theme and scrollbar it’s ok on single product page. I use Kleo theme which is recently updated…
If you look in the page source you’ll see this around line 1305:
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
Its the height: 100% !important that’s causing the problem because its applying to the web page, not just emails. If I uncheck the style in the Inspector the problem resolves.
Temporarily deactivate all plugins except WooCommerce. If this style snippet is still in the page source, it must be coming from your theme. Ask your theme vendor’s support service about the issue.
I think I identified the plugin that causes this issue : woocommerce ecards pro
I try to contact them to solve this problem.
Thanks for your help.