Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

how do I force the close button of the popup to be "fixed" in position #2645

@halukkaramete

Description

@halukkaramete

When you have long text, users scroll down naturally and this causes the X/Close button to also scroll away.
Is there a way to keep it fixed so the users can always see that close option?

Screen Shot 2022-04-09 at 6 48 12 AM

I tried this but did not work:

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
    **position: fixed/static/etc;**
}

Screen Shot 2022-04-09 at 6 54 15 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions