|
@@ -55,9 +55,8 @@ onMounted(() => {
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
- z-index: -2;
|
|
|
+ z-index: -1;
|
|
|
height: 100%;
|
|
|
- z-index: 0;
|
|
|
width: auto;
|
|
|
object-fit: fill;
|
|
|
// filter: blur(10px);
|
|
@@ -69,7 +68,7 @@ onMounted(() => {
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
display: inline-block;
|
|
|
- z-index: -1;
|
|
|
+ z-index: 0;
|
|
|
backdrop-filter: blur(10px);
|
|
|
}
|
|
|
.video {
|
|
@@ -78,6 +77,8 @@ onMounted(() => {
|
|
|
display: table-cell;
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
+ position: relative;
|
|
|
+ z-index: 9;
|
|
|
}
|
|
|
.jump {
|
|
|
position: absolute;
|