From 37fae69afc001bc489b9bb223ece22fbe6af1f0d Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Fri, 3 Feb 2012 20:32:00 +0900 Subject: [PATCH] tab contents are wrongly aligned to top (because tab-content was wrongly fixed to 16px height) --- skin/classic/treestyletab/ui.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/skin/classic/treestyletab/ui.css b/skin/classic/treestyletab/ui.css index abd2781e..bd9f849d 100644 --- a/skin/classic/treestyletab/ui.css +++ b/skin/classic/treestyletab/ui.css @@ -291,7 +291,10 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position= display: none !important; } - +.tabbrowser-tabs[treestyletab-mode="vertical"] + .tab-content { + max-height: 999999px; /* by favicons, this box can be shrunken to 16px height. */ +} /* transaprent tab bar */