Inherit the tab height from its parent

This commit is contained in:
Hadi Nategh 2019-06-11 10:22:26 +02:00
parent 82065a25ca
commit 6a1eb270c4

View File

@ -1098,6 +1098,9 @@ div.et2_vfsPath li img {
padding: 5px;
overflow-y: auto;
}
.et2_tabcntr {
height: inherit;
}
.et2_tabflag.active {
border-bottom: 1px solid white;
background-color: white;