1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-02 02:48:03 +00:00

Make overflowed content scrollable (#8524)

* Make overflowed content scrollable

* Fix removed tab
This commit is contained in:
Leilei332
2024-09-10 21:33:10 +08:00
committed by GitHub
parent eaf8558595
commit d7b00a6dd0

View File

@@ -1350,6 +1350,10 @@ canvas.tc-edit-bitmapeditor {
display: block;
}
.tc-tiddler-body {
overflow-x: auto;
}
.tc-single-tiddler-window .tc-tiddler-body,
.tc-tiddler-frame .tc-tiddler-body {
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
@@ -2220,6 +2224,7 @@ html body.tc-body.tc-single-tiddler-window {
.tc-tab-content {
margin-top: 14px;
overflow-x: auto;
}
.tc-tab-content.tc-vertical {