mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-05 02:06:56 +00:00
Restore sticky titles
This commit is contained in:
parent
1f11fd5128
commit
7ea0109961
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user