From 6d52dd236166c219074e8182d31fef6f3defa4f4 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 15 Jun 2018 11:44:58 +0300 Subject: [PATCH] [Mobile] Fix Bug 37525, Bug 37645 --- apps/documenteditor/mobile/resources/css/app-ios.css | 2 +- apps/documenteditor/mobile/resources/css/app-material.css | 2 +- apps/documenteditor/mobile/resources/less/app-ios.less | 2 +- apps/documenteditor/mobile/resources/less/app-material.less | 2 +- apps/presentationeditor/mobile/resources/css/app-ios.css | 2 +- apps/presentationeditor/mobile/resources/css/app-material.css | 2 +- apps/presentationeditor/mobile/resources/less/app-ios.less | 2 +- apps/presentationeditor/mobile/resources/less/app-material.less | 2 +- apps/spreadsheeteditor/mobile/resources/css/app-ios.css | 2 +- apps/spreadsheeteditor/mobile/resources/css/app-material.css | 2 +- apps/spreadsheeteditor/mobile/resources/less/app-ios.less | 2 +- apps/spreadsheeteditor/mobile/resources/less/app-material.less | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/documenteditor/mobile/resources/css/app-ios.css b/apps/documenteditor/mobile/resources/css/app-ios.css index aa13f2bf1..a946b3587 100644 --- a/apps/documenteditor/mobile/resources/css/app-ios.css +++ b/apps/documenteditor/mobile/resources/css/app-ios.css @@ -6790,5 +6790,5 @@ html.pixel-ratio-3 .numbers li { } .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } diff --git a/apps/documenteditor/mobile/resources/css/app-material.css b/apps/documenteditor/mobile/resources/css/app-material.css index cdb78b481..cdb77fa21 100644 --- a/apps/documenteditor/mobile/resources/css/app-material.css +++ b/apps/documenteditor/mobile/resources/css/app-material.css @@ -6337,5 +6337,5 @@ html.pixel-ratio-3 .numbers li { } .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } diff --git a/apps/documenteditor/mobile/resources/less/app-ios.less b/apps/documenteditor/mobile/resources/less/app-ios.less index 47a0b313c..67725e2b6 100644 --- a/apps/documenteditor/mobile/resources/less/app-ios.less +++ b/apps/documenteditor/mobile/resources/less/app-ios.less @@ -231,5 +231,5 @@ input, textarea { .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } \ No newline at end of file diff --git a/apps/documenteditor/mobile/resources/less/app-material.less b/apps/documenteditor/mobile/resources/less/app-material.less index 82dafa576..79b5b7acc 100644 --- a/apps/documenteditor/mobile/resources/less/app-material.less +++ b/apps/documenteditor/mobile/resources/less/app-material.less @@ -221,5 +221,5 @@ input, textarea { .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/resources/css/app-ios.css b/apps/presentationeditor/mobile/resources/css/app-ios.css index 2d020c7b4..26b5328b4 100644 --- a/apps/presentationeditor/mobile/resources/css/app-ios.css +++ b/apps/presentationeditor/mobile/resources/css/app-ios.css @@ -6741,5 +6741,5 @@ html.pixel-ratio-3 .numbers li { } .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } diff --git a/apps/presentationeditor/mobile/resources/css/app-material.css b/apps/presentationeditor/mobile/resources/css/app-material.css index 75aa6a463..5f2e02cef 100644 --- a/apps/presentationeditor/mobile/resources/css/app-material.css +++ b/apps/presentationeditor/mobile/resources/css/app-material.css @@ -6349,5 +6349,5 @@ html.pixel-ratio-3 .numbers li { } .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } diff --git a/apps/presentationeditor/mobile/resources/less/app-ios.less b/apps/presentationeditor/mobile/resources/less/app-ios.less index 75aecf92c..fe39acaf8 100644 --- a/apps/presentationeditor/mobile/resources/less/app-ios.less +++ b/apps/presentationeditor/mobile/resources/less/app-ios.less @@ -237,5 +237,5 @@ input, textarea { .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/resources/less/app-material.less b/apps/presentationeditor/mobile/resources/less/app-material.less index f2e2a5c7b..c4c352b17 100644 --- a/apps/presentationeditor/mobile/resources/less/app-material.less +++ b/apps/presentationeditor/mobile/resources/less/app-material.less @@ -227,5 +227,5 @@ input, textarea { .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css index 4b39a9b54..8f91d7345 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css @@ -7127,5 +7127,5 @@ html.pixel-ratio-3 .cell-styles.dataview .row li { } .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-material.css b/apps/spreadsheeteditor/mobile/resources/css/app-material.css index b2135971e..acdd40a49 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-material.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-material.css @@ -6743,5 +6743,5 @@ html.pixel-ratio-3 .cell-styles.dataview .row li { } .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } diff --git a/apps/spreadsheeteditor/mobile/resources/less/app-ios.less b/apps/spreadsheeteditor/mobile/resources/less/app-ios.less index 2fd75d26d..33c9e0caa 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/app-ios.less +++ b/apps/spreadsheeteditor/mobile/resources/less/app-ios.less @@ -184,5 +184,5 @@ input, textarea { .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/resources/less/app-material.less b/apps/spreadsheeteditor/mobile/resources/less/app-material.less index 4cdcfb1b8..c2820e472 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/app-material.less +++ b/apps/spreadsheeteditor/mobile/resources/less/app-material.less @@ -173,5 +173,5 @@ input, textarea { .modal.modal-in { max-height: 100%; - overflow: scroll; + overflow: auto; } \ No newline at end of file