fix bug: invisible progress bar
This commit is contained in:
parent
3bd736d283
commit
282486a364
1 changed files with 3 additions and 3 deletions
|
@ -2885,10 +2885,10 @@ footer {
|
|||
|
||||
.article-attachment {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: -4px;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
height: 38px;
|
||||
height: 42px;
|
||||
padding: 10px 0;
|
||||
color: #b3b3b3;
|
||||
overflow: hidden;
|
||||
|
@ -2954,7 +2954,7 @@ footer {
|
|||
height: 4px;
|
||||
background: hsl(202,66%,55%);
|
||||
left: 0;
|
||||
bottom: -5px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.pop-selector {
|
||||
|
|
Loading…
Reference in a new issue