1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Make editor-preview not hide text-editor shadow (#3607)

This commit is contained in:
BurningTreeC 2018-12-01 18:58:06 +01:00 committed by Jeremy Ruston
parent d711ef25ed
commit 11f02dc362

View File

@ -1274,6 +1274,8 @@ html body.tc-body.tc-single-tiddler-window {
.tc-tiddler-preview {
overflow: auto;
margin-left: -0.3em;
padding-left: 0.3em;
}
.tc-tiddler-preview-preview {