Skip to content

Commit ec396e9

Browse files
authored
VA-523 increase z-index so feedback icons are above video/audio icons (#80)
1 parent 7d88ca2 commit ec396e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/_mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
box-shadow: 7px 7px 5px #00000065;
2020

21-
z-index: 1;
21+
z-index: 2;
2222
}
2323

2424
@mixin hover-overlay() {

0 commit comments

Comments
 (0)