From 1f423e1ed3f4b1c19ea02b4755916bb70ec41302 Mon Sep 17 00:00:00 2001 From: poignatov Date: Wed, 14 Jan 2026 17:55:10 +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=D0=B8=D0=B5=20=D0=B4=D0=B2=D0=BE=D0=B9=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D1=81=D0=BA=D1=80=D0=BE=D0=BB=D0=BB=D0=B0=20(3.?= =?UTF-8?q?14.1)?= 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/index.css | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index f982feb..49547fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.14.0 +3.14.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index aa31cb1..374f0d8 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.14.0", + "version": "3.14.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/index.css b/play-life-web/src/index.css index cf8bee2..04a55bb 100644 --- a/play-life-web/src/index.css +++ b/play-life-web/src/index.css @@ -6,13 +6,15 @@ html { margin: 0; padding: 0; height: 100%; + overflow: hidden; } body { margin: 0; padding: 0; - min-height: 100%; - min-height: 100dvh; + height: 100%; + height: 100dvh; + overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; @@ -22,8 +24,9 @@ body { } #root { - min-height: 100vh; - min-height: 100dvh; /* Dynamic viewport height для мобильных устройств */ + height: 100vh; + height: 100dvh; /* Dynamic viewport height для мобильных устройств */ + overflow: hidden; background: #f3f4f6; background-attachment: fixed; display: flex;