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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -