mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Set .resting-banner z-index to 1300, set #progress .bar z-index to 1600 (#10492)
This commit is contained in:
parent
b9d83122d1
commit
1f9ebeb629
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue