mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 03:18:02 +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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user