[#369] move loadbar to the bottom
This commit is contained in:
parent
dc66824069
commit
3ea1d09298
|
@ -45,10 +45,10 @@ $loading-bar-bg: #254561; // #dff0d8;
|
|||
background: $loading-bar-bg;
|
||||
position: fixed;
|
||||
z-index: 2000;
|
||||
top: 0;
|
||||
top: 99%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
height: 4px;
|
||||
border-bottom-right-radius: 1px;
|
||||
border-top-right-radius: 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue