From 122a6f043d3125af38704b89cceb36bfcbd095db Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 23 Feb 2015 11:20:41 +0100 Subject: [PATCH] Temporarily remove position sticky from titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Firefox bugs with position:sticky mean that we probably shouldn’t have sticky titles turned on by default. Previously, sticky titles were packaged into a pluggable theme. Now, I think it may make more sense to make the sticky titles status be a theme tweak for the Vanilla theme. --- 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 {