Wrap page control previews in position:relative

Fixes #1031
This commit is contained in:
Jermolene 2014-11-01 08:42:34 +00:00
parent 4328d7cf3f
commit 06cbc45dfa
2 changed files with 7 additions and 1 deletions

View File

@ -17,8 +17,12 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
<div style="position:relative;">
<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show"/> <$transclude tiddler=<<listItem>>/> <i class="tc-muted"><$transclude tiddler=<<listItem>> field="description"/></i>
</div>
</$list>
</$set>

View File

@ -2,6 +2,8 @@ created: 20141029161248510
modified: 20141029161417820
title: TiddlyWiki
~TiddlyWiki is a powerful notetaking tool that helps you collect and structure any kind of information and work with it to get stuff done. It's like a hypertext card index system from the future.
~TiddlyWiki is a powerful notetaking tool that helps you collect and structure any kind of information and work with it to get stuff done.
It's like a hypertext card index system from the future.
~TiddlyWiki deals with information in bite-sized, linked chunks called [[Tiddlers]].