@Pakic
I also ran into this bug with a position fixed navbar. The Z-index is 1000 but images and some sections (which I all set to Z-index 1 or something low). Are still going over the navbar:
Fixed, you had position fixed on component wrapper, and there you had no z-index… so I removed position fixed from there, because it was already applied on component