Audio: Fix download indicator z-index order (#1185)

This commit is contained in:
Alexander Zinchuk 2021-06-18 12:44:53 +03:00
parent ddd357fc17
commit bd670b5c73
2 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,7 @@
left: 1.5rem;
top: 1.5rem;
border: .125rem solid var(--background-color);
z-index: 1;
i {
font-size: 0.8125rem;

View File

@ -48,6 +48,8 @@
.TabList {
background: var(--color-background);
top: -1px;
z-index: 1;
.Tab {
padding: 1rem .25rem;
i {