mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Fix Stream Progress Bar Showing Over Addon Selector
This commit is contained in:
parent
388d11fece
commit
e0cd070602
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
.select-choices-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
margin: 1em 1em 0 1em;
|
||||
gap: 0 0.5em;
|
||||
overflow: visible;
|
||||
|
|
|
|||
Loading…
Reference in a new issue