Relative Content

Tag Archive for javascriptcssreactjsqwik

How can I fix the button not appearing?

I’m currently building an app via qwik js and I had some code for a button that should appear on top of the navbar. Upon hovering over the button, it changes my cursor and it’s fully clickable and interactive. However, the button never actually appears on the screen no matter what I do. In dev tools, hovering over the code doesn’t actually show the button’s outline either. I have no idea what’s causing the issue, as there’s no errors either. Thanks!