From 5b5bed7d3def73a9b2d6fed3f483eb1cf6a5a401 Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Sat, 28 Jan 2012 04:51:49 +0900 Subject: [PATCH] tree in dummy tabs can be shown with too narrow height --- skin/classic/treestyletab/group/group.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skin/classic/treestyletab/group/group.css b/skin/classic/treestyletab/group/group.css index 97fd5747..332d3dff 100644 --- a/skin/classic/treestyletab/group/group.css +++ b/skin/classic/treestyletab/group/group.css @@ -60,6 +60,7 @@ #tree { + height: 80%; margin-top: 1em; max-height: 80%; overflow: auto;