I embedded my website within another one but now two vertical scroll bars appear, how can I remove this?
Wix Studio Editor
I embedded my website within another one but now two vertical scroll bars appear, how can I remove this?
Wix Studio Editor
Try this:
$w("#myHtmlComponent").scrolling = "no";
where “myHtmlComponent” ID of the embedded WIX editor element
Where can I see the ID?