mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 23:06:06 +00:00
Make dropzone text translateable
Also make the text sticky for browsers that support it, ensuring that it is always visible even after scrolling
This commit is contained in:
@@ -226,12 +226,17 @@ a.tw-tiddlylink-external:hover {
|
||||
z-index: 10000;
|
||||
display: block;
|
||||
position: absolute;
|
||||
position: -webkit-sticky;
|
||||
position: -moz-sticky;
|
||||
position: -o-sticky;
|
||||
position: -ms-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: <<colour dropzone-background>>;
|
||||
text-align: center;
|
||||
content: "Drop here";
|
||||
content: "<<lingo DropMessage>>";
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user