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;