mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-09 22:51:42 +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);
|
border-radius: var(--border-radius);
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
z-index: 1;
|
z-index: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 0.4rem;
|
height: 0.4rem;
|
||||||
background-color: var(--primary-accent-color);
|
background-color: var(--primary-accent-color);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue