On my web page, the background features a radial gradient but the content extends beyond the viewport, causing the center of the gradient to not align with the center of the screen, producing the desired effect. However, I'm facing an issue with a sticky transparent header that overlaps with the text and images on the page while providing a seamless transition between the header and content.
Is there a way to apply transparency to the header only for the background image?
I attempted to set the same background on the header, but this resulted in two distinct headers. Another idea was to place the text within a scrolling div, but this would restrict the background to cover only the viewport, not the entire page.