mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 17:06:51 +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 {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user