tab contents are wrongly aligned to top (because tab-content was wrongly fixed to 16px height)
This commit is contained in:
parent
968155edb7
commit
37fae69afc
@ -291,7 +291,10 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position=
|
|||||||
display: none !important;
|
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 */
|
/* transaprent tab bar */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user