From d7c0bda15d9817b7e83b688219edfe65af67d64c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 23 Feb 2015 11:25:10 +0100 Subject: [PATCH] Don't use sticky titles by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Layout bugs with position: sticky in Firefox mean that we probably shouldn’t have sticky titles as the default. Rather than reverting to putting them in a separate theme, it is proposed to expose the sticky titles setting in Vanilla theme tweaks. --- themes/tiddlywiki/snowwhite/base.tid | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index f4ff84bb3..20a8659ae 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -8,14 +8,16 @@ tags: [[$:/tags/Stylesheet]] } .tc-tiddler-title { - position: -webkit-sticky; - position: -moz-sticky; - position: -o-sticky; - position: -ms-sticky; - position: sticky; - top: 0px; - background: <>; - z-index: 500; +/******************************** + position: -webkit-sticky; + position: -moz-sticky; + position: -o-sticky; + position: -ms-sticky; + position: sticky; +********************************/ + top: 0px; + background: <>; + z-index: 500; } .tc-tiddler-info {