mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 03:27:18 +00:00
Fix overflow issue of codemirror editor within grid container (#7794)
* fix overflow issue of codemirror editor within grid container * tiddler preview needs overflow: auto, too
This commit is contained in:
parent
801e8e312c
commit
902c7f55ba
@ -56,6 +56,11 @@ name: tiddlywiki
|
||||
rendering-intent: auto;
|
||||
}
|
||||
|
||||
.tc-tiddler-frame .tc-tiddler-editor .tc-edit-texteditor,
|
||||
.tc-tiddler-frame .tc-tiddler-editor .tc-tiddler-preview-preview {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.cm-s-tiddlywiki.CodeMirror, .cm-s-tiddlywiki .CodeMirror-gutters { background-color: <<colour tiddler-editor-background>>; color: <<colour foreground>>; }
|
||||
.cm-s-tiddlywiki .CodeMirror-gutters {background: <<colour tiddler-editor-background>>; border-right: 1px solid <<colour tiddler-editor-border>>;}
|
||||
.cm-s-tiddlywiki .CodeMirror-linenumber {color: <<colour foreground>>;}
|
||||
|
Loading…
Reference in New Issue
Block a user