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;