Describe the bug
When you use <Meteors /> near to another custom component like <Header /> or <NavBar />, these components may grow up accidentally, due to an overflow cause by meteors.
I've made some changes to meteors.tsx to fix it, basically, I added a div container with position relative and overflow = hidden:
Describe the bug When you use
<Meteors />
near to another custom component like<Header />
or<NavBar />
, these components may grow up accidentally, due to an overflow cause by meteors.I've made some changes to
meteors.tsx
to fix it, basically, I added a div container with position relative and overflow = hidden: