mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-10 07:43:49 +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;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tiddler-preview {
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tc-tiddler-editor {
|
.tc-tiddler-editor {
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user