How create a tiddler footer stick to the bottom of tiddler?

I have created a macro with a css to create footer ( the bundle is 
attached)!
The problem is:

   - In preview mode it covers the fields area
   - In view mode sometimes the tiddler contents overflow the footer area!

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: #efefef;
  text-align: center;
  margin-top: 5px;
}



Macro

\define footer(text:"")
<div class="footer">

$text$

</div>
\end


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9889e827-43e1-470b-b08e-e08e8a2f1b81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: sticky-footer.bundle.json
Description: application/json

Reply via email to