Three.js project no longer interactive after adding html news carousel to top of page

code: Glitch :・゚✧

I want the globe to still be clickable while displaying the news carousel at the top of the page,for some reason when i add the carousel the globe no longer becomes interactive, what should I do?


code at top of page:

<!DOCTYPE html>
<head>
<rssapp-ticker id="tRj0yIAl7HEk9RzX"></rssapp-ticker><script src="https://widget.rss.app/v1/ticker.js" type="text/javascript" async></script>
<style>

I think cssrenderer has pointer-events:none as a css style to avoid intercepting pointer events. This might work for you?