Skip to content

Show the iframe upon load, not ealier #3

@niutech

Description

@niutech

When I click on any method, the modal with the iframe appears, but as the docs page is being loaded, first the top of the page is visible, then it jumps to an appropriate anchor after a second, which is annoying.
Instead, please show the iframe upon load, so the page is already positioned correctly. You can do it by setting #iframe { visibility: hidden; } and $('#iframe').addEventListener('load', function () { this.style.visibility= 'visible'; });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions