Audio: Fix download indicator z-index order (#1185)
This commit is contained in:
parent
ddd357fc17
commit
bd670b5c73
@ -86,6 +86,7 @@
|
||||
left: 1.5rem;
|
||||
top: 1.5rem;
|
||||
border: .125rem solid var(--background-color);
|
||||
z-index: 1;
|
||||
|
||||
i {
|
||||
font-size: 0.8125rem;
|
||||
|
||||
@ -48,6 +48,8 @@
|
||||
.TabList {
|
||||
background: var(--color-background);
|
||||
top: -1px;
|
||||
z-index: 1;
|
||||
|
||||
.Tab {
|
||||
padding: 1rem .25rem;
|
||||
i {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user