mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Revert "Make overflowed content scrollable (#8524)"
This reverts commit d7b00a6dd0
.
This commit is contained in:
parent
d133c922b7
commit
695e2ee589
@ -63,7 +63,6 @@ This release includes several fixes and improvements to the TestCaseWidget, its
|
|||||||
* <<.link-badge-added "github.com/TiddlyWiki/TiddlyWiki5/pull/8441">> support for social media cards to be added to TiddlyWiki
|
* <<.link-badge-added "github.com/TiddlyWiki/TiddlyWiki5/pull/8441">> support for social media cards to be added to TiddlyWiki
|
||||||
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8518">> type attribute to input fields in control panel, allowing virtual keyboards to switch to the proper one when editing settings
|
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8518">> type attribute to input fields in control panel, allowing virtual keyboards to switch to the proper one when editing settings
|
||||||
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8558">> empty message to tag picker, search dropdown and advanced search
|
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8558">> empty message to tag picker, search dropdown and advanced search
|
||||||
* <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8524">> handling of tiddler content that horizontally overflows by adding scrollbars
|
|
||||||
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8157">> a search button to the control panel tiddler fields tab
|
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8157">> a search button to the control panel tiddler fields tab
|
||||||
* <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8323">> (and <<.link-badge-here "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8324">>) the view and edit toolbars with more descriptive Aria labels
|
* <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8323">> (and <<.link-badge-here "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8324">>) the view and edit toolbars with more descriptive Aria labels
|
||||||
|
|
||||||
|
@ -1350,10 +1350,6 @@ canvas.tc-edit-bitmapeditor {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tiddler-body {
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tc-single-tiddler-window .tc-tiddler-body,
|
.tc-single-tiddler-window .tc-tiddler-body,
|
||||||
.tc-tiddler-frame .tc-tiddler-body {
|
.tc-tiddler-frame .tc-tiddler-body {
|
||||||
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
|
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
|
||||||
@ -2224,7 +2220,6 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
|
|
||||||
.tc-tab-content {
|
.tc-tab-content {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
overflow-x: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tab-content.tc-vertical {
|
.tc-tab-content.tc-vertical {
|
||||||
|
Loading…
Reference in New Issue
Block a user