mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: stream progress bug
This commit is contained in:
parent
67aa5252a2
commit
1abb7635be
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
border-radius: var(--border-radius);
|
||||
|
||||
.progress-bar {
|
||||
z-index: 1;
|
||||
z-index: 0;
|
||||
position: relative;
|
||||
height: 0.4rem;
|
||||
background-color: var(--primary-accent-color);
|
||||
|
|
|
|||
Loading…
Reference in a new issue