|
@@ -78,6 +78,7 @@ export default PreviewBox;
|
|
left: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
position: fixed;
|
|
background: rgba(0, 0, 0, 0);
|
|
background: rgba(0, 0, 0, 0);
|
|
|
|
+ z-index: 1000;
|
|
}
|
|
}
|
|
.preview-box {
|
|
.preview-box {
|
|
// width: 100%;
|
|
// width: 100%;
|
|
@@ -98,7 +99,7 @@ export default PreviewBox;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
color: white;
|
|
color: white;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- z-index: 1000;
|
|
|
|
|
|
+ z-index: 100000;
|
|
&:hover {
|
|
&:hover {
|
|
color: rgb(253, 119, 235);
|
|
color: rgb(253, 119, 235);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -116,7 +117,7 @@ export default PreviewBox;
|
|
bottom: 4px;
|
|
bottom: 4px;
|
|
}
|
|
}
|
|
.player {
|
|
.player {
|
|
- z-index: 10;
|
|
|
|
|
|
+ z-index: 1000000;
|
|
width: 640px;
|
|
width: 640px;
|
|
height: 440px;
|
|
height: 440px;
|
|
margin: 30px auto;
|
|
margin: 30px auto;
|