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?

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;**
}

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?
I tried this but did not work: