CB-10876 Enable inertia scrolling in test framework
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/9c717bbf Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/9c717bbf Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/9c717bbf Branch: refs/heads/1.1.x Commit: 9c717bbfafda1d806a3601fbde794fb3b09f89ac Parents: 1555a42 Author: daserge <[email protected]> Authored: Tue Mar 15 18:51:23 2016 +0300 Committer: daserge <[email protected]> Committed: Tue Mar 15 18:51:23 2016 +0300 ---------------------------------------------------------------------- www/assets/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/9c717bbf/www/assets/main.css ---------------------------------------------------------------------- diff --git a/www/assets/main.css b/www/assets/main.css index 9223dbd..25f5ab7 100644 --- a/www/assets/main.css +++ b/www/assets/main.css @@ -29,6 +29,7 @@ html, body { width: 100%; margin: 0; padding: 0; + -webkit-overflow-scrolling: touch; } #title { @@ -87,7 +88,7 @@ body.expanded-log #log { bottom: 0; width: 100%; overflow-x: none; - overflow-y: auto; + overflow-y: scroll; background-color: white; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
