css - Why Bootstrap's class navbar-fixed-top z-index=1030? -


in coding, see class navbar-fixed-top in bootstrap v3.3.7. why z-index = 1030?

enter image description here

the purpose of using z-index move content in z-axis. since using navbar-fixed-top class, header stick top of page. scrolling page down hide header. in order scroll page content below header, z-index used.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -