From b28750f256d6fbab1406c6c00155ea14eef5c600 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Thu, 26 May 2016 13:17:00 +0800 Subject: Update to improve syncscroll performance and add toggle for sync scrolling --- public/css/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'public/css') diff --git a/public/css/index.css b/public/css/index.css index aaf84a04..1b9fb5d4 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -112,6 +112,17 @@ body { background-color: white; box-shadow: 5px 0px 10px #e7e7e7; } +.ui-edit-area .ui-sync-toggle { + width: 42px; + height: 42px; + padding: 3px 1px 0 0; + border-radius: 50%; + border-color: #e7e7e7; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} .ui-view-area { /*overflow-y: scroll;*/ -webkit-overflow-scrolling: touch; -- cgit v1.2.3