Исправлен z-index модального окна
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s

This commit is contained in:
poignatov
2026-01-22 19:11:20 +03:00
parent 5c1a584925
commit e7ef6caa41
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "3.25.6",
"version": "3.25.7",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -9,7 +9,7 @@
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
z-index: 1700;
padding: 1rem;
}