Set .resting-banner z-index to 1300, set #progress .bar z-index to 1600 (#10492)

This commit is contained in:
Vinicius 2018-07-06 17:55:44 -03:00 committed by Sabe Jones
parent b9d83122d1
commit 1f9ebeb629

View file

@ -116,7 +116,7 @@ div
/* Push progress bar above modals */
#nprogress .bar {
z-index: 1090 !important; /* Must stay above nav bar */
z-index: 1600 !important; /* Must stay above nav bar */
}
.restingInn {
@ -136,7 +136,7 @@ div
background-color: $blue-10;
position: fixed;
top: 0;
z-index: 1030;
z-index: 1300;
display: flex;
.content {