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; }