Skip to content

Commit 1c982fb

Browse files
committed
Fix sticky titles dropdown overlap
Fixes #3572
1 parent 0ea00b5 commit 1c982fb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: $:/themes/tiddlywiki/vanilla/options/stickytitles
2+
text: yes

themes/tiddlywiki/vanilla/sticky.tid

+7
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@ title: $:/themes/tiddlywiki/vanilla/sticky
1212
background: ``<<colour tiddler-background>>``;
1313
z-index: 500;
1414
}
15+
1516
``
17+
<$list filter="[range[100]]">
18+
`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {
19+
z-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;
20+
}
21+
`
22+
</$list>
1623
</$reveal>

0 commit comments

Comments
 (0)