You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Bootstrap 3 the default z-index for .navbar-static-top is 1000 and the #loading-bar-spinner's z-index is 100. So if you're using a .navbar-static-top as you navigation header, the spinner will not be visible unless you change its z-index to >= 1001.
Not a big deal obviously, just thought I'd mentioned in case someone gets stuck.
[edited] chieffancypants pointed out I meant to say to set the spinner's z-index >= to 1001, not <= 1001
The text was updated successfully, but these errors were encountered:
good to know, thanks! The point of the spinner is to be on top, so if a z-index of 100 isn't enough, it should be increased by default. For clarification, you mean to change the spinner's z-index to >= 1001 right?
In Bootstrap 3 the default z-index for .navbar-static-top is 1000 and the #loading-bar-spinner's z-index is 100. So if you're using a .navbar-static-top as you navigation header, the spinner will not be visible unless you change its z-index to >= 1001.
Not a big deal obviously, just thought I'd mentioned in case someone gets stuck.
[edited] chieffancypants pointed out I meant to say to set the spinner's z-index >= to 1001, not <= 1001
The text was updated successfully, but these errors were encountered: