On my website, I have a fixed navigation bar at the top that I want to be transparent. However, when I apply transparency to the navigation bar, the content inside it also becomes transparent. To fix this issue, I added a relative position to the content within the navigation bar, but now the content scrolls with the rest of the page. How can I ensure that the content stays fixed within the navigation bar while maintaining transparency?