1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Fix sticky titles dropdown overlap

Fixes #3572
This commit is contained in:
Jermolene 2019-02-06 14:20:34 +00:00
parent 0ea00b59b0
commit 1c982fba2d
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -12,5 +12,12 @@ title: $:/themes/tiddlywiki/vanilla/sticky
background: ``<<colour tiddler-background>>``; background: ``<<colour tiddler-background>>``;
z-index: 500; 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> </$reveal>