tab contents are wrongly aligned to top (because tab-content was wrongly fixed to 16px height)

This commit is contained in:
SHIMODA Hiroshi 2012-02-03 20:32:00 +09:00
parent 968155edb7
commit 37fae69afc

View File

@ -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 */