tab area overlaps other items when longer than vertical tabs list height.
Check it by entering multi-value cck fields and keep adding "add another" value ..
Same behavior in other long content... e.g the location tab (location module)

It would be better if every tab longer than the tab list could move below those areas after main content, as the original add page behaviour.

It seems to be a css issue, it may be a calculated value that stops .vertical-tabs .vertical-tabs-div height in tab list height and not a dependent "auto" like
.vertical-tabs .vertical-tabs-div {
height:auto;}
Is that right?

Comments

les lim’s picture

I think the patch I posted for 6.x.dev in #372217: Field area height problem - when multi CCK field "add another" used will fix this. Want to give it a test?

les lim’s picture

Version: 6.x-1.0-beta1 » 6.x-1.x-dev
Status: Active » Needs review
quicksketch’s picture

Status: Needs review » Closed (duplicate)