Skip to content

Commit 52f2a32

Browse files
committed
Fixed audio level indicator which was not visible.
1 parent 4f9a4f1 commit 52f2a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/styles/components/_audiolevel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
right: 0;
2727
top: $audiolevel-top;
2828
width: 400px;
29-
z-index: 6;
29+
z-index: 60;
3030
.audio-level {
3131
background: $audiovideolevel; /* Old browsers */
3232
background: gradient(linear, left top, left bottom, color-stop(0%,$audiovideolevel), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */

0 commit comments

Comments
 (0)