Fix Stream Progress Bar Showing Over Addon Selector

This commit is contained in:
Alexandru Branza 2024-02-07 17:28:01 +02:00
parent 388d11fece
commit e0cd070602

View file

@ -67,7 +67,7 @@
.select-choices-wrapper { .select-choices-wrapper {
display: flex; display: flex;
align-items: center; align-items: center;
z-index: 1; z-index: 2;
margin: 1em 1em 0 1em; margin: 1em 1em 0 1em;
gap: 0 0.5em; gap: 0 0.5em;
overflow: visible; overflow: visible;