1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Restore sticky titles

This commit is contained in:
Jermolene 2015-03-16 09:40:22 +00:00
parent 1f11fd5128
commit 7ea0109961

View File

@ -8,13 +8,11 @@ tags: [[$:/tags/Stylesheet]]
}
.tc-tiddler-title {
/********************************
position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
position: -ms-sticky;
position: sticky;
********************************/
top: 0px;
background: <<colour tiddler-background>>;
z-index: 500;