1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Turn on iOS scrolling for the sidebar

This commit is contained in:
Jeremy Ruston 2013-02-05 22:10:35 +00:00
parent 039c9417fc
commit dd5597fc36

View File

@ -106,6 +106,7 @@ a.tw-tiddlylink-missing {
width: {{$:/core/styles/metrics##sidebarwidth}}; width: {{$:/core/styles/metrics##sidebarwidth}};
overflow-y: auto; overflow-y: auto;
overflow-x: auto; overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding: 4em 0em 2em 2em; padding: 4em 0em 2em 2em;
margin: 0; margin: 0;
} }