Currently incorporating Featherlight for a lightbox feature. Encountering an issue where the background remains scrollable when the lightbox is open. Typically, lightboxes require adding a class to the body with overflow:hidden;
to resolve this problem.
Seeking guidance on applying this class when the lightbox opens and removing it when closed. How can this be achieved?