From e7ef6caa4122320e521fa8f994fc541a130a7e23 Mon Sep 17 00:00:00 2001 From: poignatov Date: Thu, 22 Jan 2026 19:11:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20z-index=20=D0=BC=D0=BE=D0=B4=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BE=D0=BA=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TaskDetail.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 3d7cc16..caa0cbb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.25.6 +3.25.7 diff --git a/play-life-web/package.json b/play-life-web/package.json index d65b802..908aa1d 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.25.6", + "version": "3.25.7", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskDetail.css b/play-life-web/src/components/TaskDetail.css index ab0a003..be636d2 100644 --- a/play-life-web/src/components/TaskDetail.css +++ b/play-life-web/src/components/TaskDetail.css @@ -9,7 +9,7 @@ display: flex; align-items: center; justify-content: center; - z-index: 1000; + z-index: 1700; padding: 1rem; }