Merge pull request #578 from Stremio/fix-z-index

Fix Stream Progress Bar Showing Over Addon Selector
This commit is contained in:
Tim 2024-02-07 16:42:19 +01:00 committed by GitHub
commit 67aa5252a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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