From 79132a1797312126ab1eef4e7594de69e103e8bf Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 9 Sep 2015 17:12:36 +0100 Subject: [PATCH] Revert incomplete experimental change to narrow screen layout Fixes #1911 --- themes/tiddlywiki/vanilla/base.tid | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 9e7dcccc8..31b48e652 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -606,28 +606,10 @@ button.tc-untagged-label { .tc-sidebar-header { padding: 14px; - <> + min-height: 32px; margin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}}; } - .tc-sidebar-scrollable { - position: fixed; - overflow-y: auto; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - z-index: 1000; - background-color: <>; - width: 100%; - max-height: 100%; - <> - } - - .tc-story-river { position: relative; padding: 0;