Tree Style Tab ਲਈ ਸਮੀਖਿਆ
Tree Style Tab ਵਲੋਂ Piro (piro_or)
luffy ਵਲੋਂ ਪੜਤਾਲ
5 ਵਿੱਚੋਂ 4 ਦਰਜਾ ਦਿੱਤਾ
luffy੮ ਸਾਲ ਪਿਛਲੇ ਵਲੋਂJust upgraded to ff 57, every thing is working great except:
1) ff tab bar not hidden
2) when collapsing a tree it overlaps with the tabs and trees above it. I have to keep all the trees expanded now when using the Metal theme!
---
So for those having the same problem with the metal theme, adding this fixes it:
.tab.collapsed {
margin-top: -24px;
}
.tab {
height: 24px
}
1) ff tab bar not hidden
2) when collapsing a tree it overlaps with the tabs and trees above it. I have to keep all the trees expanded now when using the Metal theme!
---
So for those having the same problem with the metal theme, adding this fixes it:
.tab.collapsed {
margin-top: -24px;
}
.tab {
height: 24px
}