mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed bug with clicked on btn in gamemode section
This commit is contained in:
@@ -27,6 +27,7 @@ export default {
|
||||
left: 0;
|
||||
user-select: none;
|
||||
overflow: hidden;
|
||||
z-index: 1000;
|
||||
}
|
||||
.bar__content {
|
||||
padding-top: 26px;
|
||||
|
||||
@@ -46,7 +46,7 @@ export default {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
.header::before {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="gamemode">
|
||||
<div class="gamemode">
|
||||
<div class="gamemode__content--text">
|
||||
<h2>Режимы игры</h2>
|
||||
</div>
|
||||
@@ -90,7 +90,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</template>
|
||||
@@ -129,7 +129,7 @@ export default {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
top: 0;
|
||||
z-index: -1;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
.home::before {
|
||||
@@ -157,7 +157,7 @@ export default {
|
||||
z-index: -1;
|
||||
}
|
||||
.home__content {
|
||||
margin-top: 70px;
|
||||
margin-top: 62px;
|
||||
}
|
||||
.home__banner {
|
||||
user-select: none;
|
||||
@@ -206,6 +206,10 @@ export default {
|
||||
bottom: 83%;
|
||||
}
|
||||
|
||||
.gamemode {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.gamemode__content--text {
|
||||
display: flex;
|
||||
margin: 2% 0 0 14.5%;
|
||||
@@ -291,7 +295,6 @@ export default {
|
||||
box-shadow: 0px 4px 40px 1px #FFB400;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.line__header {
|
||||
|
||||
Reference in New Issue
Block a user