mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Make overflowed content scrollable (#8524)
* Make overflowed content scrollable * Fix removed tab
This commit is contained in:
parent
eaf8558595
commit
d7b00a6dd0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user