fixed bug with clicked on btn in gamemode section

This commit is contained in:
Kostya
2023-11-15 23:04:59 +03:00
parent a3449ee427
commit d088efda56
3 changed files with 10 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ export default {
position: fixed;
top: 0;
width: 100%;
z-index: 1;
z-index: 2;
overflow: hidden;
}
.header::before {