mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
2nd attempt to fix overflowing content in vertical tabs
Previously we'd tried to fix it with word-break: break-word, but that broke other things (see 81f1e6af4e
). This overflow: auto approach appears to be best practice.
This commit is contained in:
parent
588af44d4c
commit
46c90af308
@ -1816,6 +1816,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: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sidebar-lists .tc-tab-buttons {
|
.tc-sidebar-lists .tc-tab-buttons {
|
||||||
|
Loading…
Reference in New Issue
Block a user