1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-24 16:06:58 +00:00

revert overflow-fix on .tc-tab-content.tc-vertical - maybe a different PR

This commit is contained in:
BurningTreeC 2024-10-27 11:06:23 +01:00
parent adc3007c62
commit dfa9a0ab83

View File

@ -2310,8 +2310,7 @@ html body.tc-body.tc-single-tiddler-window {
border-left: 1px solid <<colour tab-border>>; border-left: 1px solid <<colour tab-border>>;
-webkit-flex: 1 0 70%; -webkit-flex: 1 0 70%;
flex: 1 0 70%; flex: 1 0 70%;
overflow-x: auto; overflow: auto;
overflow-y: hidden;
} }
.tc-sidebar-lists .tc-tab-buttons { .tc-sidebar-lists .tc-tab-buttons {