Fix sticky titles dropdown overlap

Fixes #3572
allow-filter-duplicates
Jermolene 2019-02-06 14:20:34 +00:00
rodzic 0ea00b59b0
commit 1c982fba2d
2 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,2 @@
title: $:/themes/tiddlywiki/vanilla/options/stickytitles
text: yes

Wyświetl plik

@ -12,5 +12,12 @@ title: $:/themes/tiddlywiki/vanilla/sticky
background: ``<<colour tiddler-background>>``;
z-index: 500;
}
``
<$list filter="[range[100]]">
`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {
z-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;
}
`
</$list>
</$reveal>