kopia lustrzana https://github.com/miklobit/TiddlyWiki5
15 wiersze
336 B
Plaintext
15 wiersze
336 B
Plaintext
|
title: $:/themes/tiddlywiki/stickytitles/styles.tid
|
||
|
tags: [[$:/tags/stylesheet]]
|
||
|
|
||
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
||
|
|
||
|
.tw-tiddler-title {
|
||
|
position: -webkit-sticky;
|
||
|
position: -moz-sticky;
|
||
|
position: -o-sticky;
|
||
|
position: -ms-sticky;
|
||
|
position: sticky;
|
||
|
top: 0px;
|
||
|
background: #fff;
|
||
|
}
|