So I am in the process of making a webpage. I need to use Z-Index so I can have some cool effects and such. I have come to the point where I need to make a fixed navigation bar and use Z-Index: 2(for example)Is there any equivalent to Z-index while using position: fixed?
Thanks in advance.