From a507d5821122303a337e2edf23025200ac9e046d Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 21 Feb 2015 11:12:38 +0000 Subject: [PATCH] Use position:fixed for the drop indicator --- themes/tiddlywiki/vanilla/base.tid | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 9cb5f3858..4639f3000 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -229,12 +229,7 @@ a.tc-tiddlylink-external:hover { .tc-dropzone.tc-dragover:before { z-index: 10000; display: block; - position: absolute; - position: -webkit-sticky; - position: -moz-sticky; - position: -o-sticky; - position: -ms-sticky; - position: sticky; + position: fixed; top: 0; left: 0; right: 0;