fix: stream progress bug

This commit is contained in:
kKaskak 2024-02-07 17:26:44 +01:00
parent 67aa5252a2
commit 1abb7635be

View file

@ -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);