Use position:fixed for the drop indicator

This commit is contained in:
Jermolene 2015-02-21 11:12:38 +00:00
parent ccc2f6d153
commit a507d58211
1 changed files with 1 additions and 6 deletions

View File

@ -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;