From 42debd489df34d2ddc3fa93517c039d01b8ac0f9 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 2 Apr 2015 17:53:40 +0100 Subject: [PATCH] Fix problem with overflowing content in vertical tabs Fixes #1632 --- themes/tiddlywiki/vanilla/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 4039fc5de..753016fa6 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1271,6 +1271,7 @@ canvas.tc-edit-bitmapeditor { border-left: 1px solid <>; -webkit-flex: 1 0 70%; flex: 1 0 70%; + overflow: auto; } .tc-sidebar-lists .tc-tab-buttons {