voronianski/ngprogress-lite

Progress bar doesn't display when using Bootstrap 2.3.2's navbar - SOLVED

Closed this issue · 2 comments

Bootstrap's navbar-fixed-top class has z-index of 1030, so I increased the ngProgressLiteBar z-index from 100 to 1050 in ngprogress-lite.css. Now the progress bar is displaying correctly.

Hope this helps someone.

thanks! I will leave comment in README.

thanks @dtsao ,