Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1286647

    Hello,

    I wan’t to hide a scrollbar belonging to an iframe.

    Can you help me on this matter ?

    #1286683

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.