1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-05 01:52:59 +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 { .tc-tiddler-preview {
overflow: auto; overflow: auto;
margin-left: -0.3em;
padding-left: 0.3em;
} }
.tc-tiddler-preview-preview { .tc-tiddler-preview-preview {