1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix vertical tabs overflow problem

Fixes #1772 by reverting #1632
This commit is contained in:
Jermolene 2015-06-07 12:51:25 +01:00
parent aa6326be5c
commit 62846ca745

View File

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