I'm experiencing an issue where the element isn't fixed to the top of the page, despite using the position: fixed;
property. I've tried several solutions including:
- Setting a
z-index
of9999
- Wrapping all elements in a single container (
.fixed-wrapper
) - Trying different positions for the element relative to
.fixed-wrapper
The element with position: fixed;
is the .header-fixed
. You can view the website here.
Your assistance would be greatly appreciated! :)
Update #1: Strangely enough, it seems to work partially at first, but then breaks once all elements have loaded.