overlay icon indicating copy to clipboard operation
overlay copied to clipboard

Hide scrollbar when popup opened

Open ppc52776 opened this issue 7 years ago • 0 comments

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;

ppc52776 avatar Jul 06 '17 17:07 ppc52776