Hi there.
In CSS position: fixed always fixates an element to some position within its scrolling container or the viewport, while position: sticky adds to that the allocated space for the element.
I have a transparent fixed navbar in my site. It don’t want it to interfere with the flow of other elements in the page or in other words to occupy any space.
My question is: how can I get rid of the space allocated beneath my navbar?
Thank you in advance.
