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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -