@@ -81,7 +81,7 @@ function changeLiveLine(item) {
position: absolute;
bottom: 0;
left: 0;
- z-index: 10;
+ z-index: 20;
display: flex;
align-items: center;
justify-content: space-between;
@@ -316,7 +316,7 @@ onMounted(() => {
top: 50%;
left: 50%;
- z-index: 1;
padding: 10px 20px;
border: 2px solid rgba($color: papayawhip, $alpha: 0.5);
@@ -374,6 +374,10 @@ watch(
inset: 0;
}
+ .videoControls {
+ position: relative;
+ }
.media-list {
position: relative;
:deep(video) {