mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Use position:fixed for the drop indicator
This commit is contained in:
parent
ccc2f6d153
commit
a507d58211
@ -229,12 +229,7 @@ a.tc-tiddlylink-external:hover {
|
|||||||
.tc-dropzone.tc-dragover:before {
|
.tc-dropzone.tc-dragover:before {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
position: -webkit-sticky;
|
|
||||||
position: -moz-sticky;
|
|
||||||
position: -o-sticky;
|
|
||||||
position: -ms-sticky;
|
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user