You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ngui/popup, the original web page can still be scrollable.
Is it possible to add this code when popup opened: document.body.style.overflowY = 'hidden';
and add this code when popup closed: document.body.style.overflowY = null;