Skip to content

Commit

Permalink
Revert "Make overflowed content scrollable (#8524)"
Browse files Browse the repository at this point in the history
This reverts commit d7b00a6.
  • Loading branch information
Jermolene committed Sep 10, 2024
1 parent d133c92 commit 695e2ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion editions/prerelease/tiddlers/Release 5.3.6.tid
Original file line number Diff line number Diff line change
Expand Up @@ -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 "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-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-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

Expand Down
5 changes: 0 additions & 5 deletions themes/tiddlywiki/vanilla/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -1350,10 +1350,6 @@ 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}};
Expand Down Expand Up @@ -2224,7 +2220,6 @@ html body.tc-body.tc-single-tiddler-window {

.tc-tab-content {
margin-top: 14px;
overflow-x: auto;
}

.tc-tab-content.tc-vertical {
Expand Down

0 comments on commit 695e2ee

Please sign in to comment.