1
0
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:
Simon Huber 2024-02-14 17:21:08 +01:00 committed by GitHub
parent aaad420c3f
commit d4f6befb9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}