From f8fc428bd042dfd44e03b45a9923e9c6d254ba54 Mon Sep 17 00:00:00 2001 From: Ilya Oleshko Date: Mon, 30 Nov 2020 13:46:52 +0300 Subject: [PATCH 1/2] Web: Common : Login : Fixed white screen on ios --- .../src/components/PageLayout/sub-components/section.js | 1 + web/ASC.Web.Common/src/pages/login/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js b/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js index b82f619123..8ecd7e48dd 100644 --- a/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js +++ b/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js @@ -19,6 +19,7 @@ const StyledSection = styled.section` flex-grow: 1; display: flex; flex-direction: column; + flex: 1 1 0%; // IOS fix, issue with flex-direction: column and empty height /*width: ${(props) => `${props.widthProp}px`};*/ .layout-progress-bar { bottom: 0; diff --git a/web/ASC.Web.Common/src/pages/login/index.js b/web/ASC.Web.Common/src/pages/login/index.js index ef59186dca..f18df80438 100644 --- a/web/ASC.Web.Common/src/pages/login/index.js +++ b/web/ASC.Web.Common/src/pages/login/index.js @@ -456,7 +456,7 @@ const LoginForm = (props) => { <> {isLoaded && ( - + From 2f8a82727f01e5c8e841aaca351f88ace6d35239 Mon Sep 17 00:00:00 2001 From: Ilya Oleshko Date: Mon, 30 Nov 2020 13:47:16 +0300 Subject: [PATCH 2/2] web: common: bump version --- web/ASC.Web.Common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ASC.Web.Common/package.json b/web/ASC.Web.Common/package.json index 6f604c3e28..c911e39cc2 100644 --- a/web/ASC.Web.Common/package.json +++ b/web/ASC.Web.Common/package.json @@ -1,6 +1,6 @@ { "name": "asc-web-common", - "version": "1.0.281", + "version": "1.0.282", "description": "Ascensio System SIA common components and solutions library", "license": "AGPL-3.0", "files": [