This commit is contained in:
@@ -85,7 +85,7 @@ const active = ref(false);
|
||||
|
||||
<style>
|
||||
.champion_small {
|
||||
z-index: 10;
|
||||
z-index: 2;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
@@ -99,8 +99,8 @@ const active = ref(false);
|
||||
clip-path: polygon(
|
||||
58% 62%,
|
||||
67% 56%,
|
||||
59% 34%,
|
||||
40% 34%,
|
||||
59% 35.8%,
|
||||
40% 35.8%,
|
||||
31% 55%,
|
||||
41% 62%,
|
||||
49% 67.77%
|
||||
@@ -130,7 +130,6 @@ const active = ref(false);
|
||||
transform: translate(0, -20%) scale(50%);
|
||||
display: flex;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.champion_small_foreignObject.active .champion_small_inside {
|
||||
|
||||
Reference in New Issue
Block a user