mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +00:00
Remove overflow: auto from tiddler preview (#7985)
This removes `overflow: auto` from the tiddler preview. I'm not sure anymore why it was added. It causes some problems in the preview with popups for example, see screenshots
This commit is contained in:
parent
aaad420c3f
commit
d4f6befb9b
@ -1577,10 +1577,6 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.tc-tiddler-preview {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tc-tiddler-editor {
|
||||
display: grid;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user