Hello,
I wan’t to hide a scrollbar belonging to an iframe.
Can you help me on this matter ?
Hi mguillou5670,
It can’t be fixed on the link you gave but if you have control over the site which is the source of the iframe then it can be fixed by adding this CSS code:
#body {
overflow: hidden;
}
Best regards,
Nikko