From dd5597fc3609d53700c93bf7db38764f264bbb7a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 5 Feb 2013 22:10:35 +0000 Subject: [PATCH] Turn on iOS scrolling for the sidebar --- core/styles/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/core/styles/base.tid b/core/styles/base.tid index 84bba08f3..801bf5cf7 100644 --- a/core/styles/base.tid +++ b/core/styles/base.tid @@ -106,6 +106,7 @@ a.tw-tiddlylink-missing { width: {{$:/core/styles/metrics##sidebarwidth}}; overflow-y: auto; overflow-x: auto; + -webkit-overflow-scrolling: touch; padding: 4em 0em 2em 2em; margin: 0; }