5 ms·
Delete div node with id "blackScreen". (Right click -> Inspect Element)
by nsgf 11y ago
Delete div node with id "blackScreen". (Right click -> Inspect Element)
- davnicwil 11y agoThat didn't fix it (still same non-scrolling issue as parent). However this fixes the second problem ;-) Array.prototype.slice.call(document.getElementsByClassName("footerText")).forEach(function(e) { e.innerHTML = 'Published on July 11, 2015.'; })