So, I kinda fixed this by modifying the vertical_tabs.css but I just upgraded to the latest dev version and have to fix again. I've got a content type with two taxonomies assigned to it, I'm about to add two more. This forces the tabs down, which wouldn't be a problem if the height of the container changed with it, but it doesn't. I'll have to manually change the css file again.

Comments

rsvelko’s picture

Saw the same on my sites.

When I leave taxonomy's forms out of the vert tabs all is ok...

A suggestion - try to think of a way to set the css height in the main theme's css at the bottom ... that way you can override v_tabs's css no matter the updates... You just need to find the class or id or sth that makes that v_tabs unique ... Maybe an !important declaration will be necessary...

rsvelko’s picture

See here for a patch - it is not commited yet - #372217: Field area height problem - when multi CCK field "add another" used

It fixes (I tested it) the problem with the height of multi CCK fields - but not your problem with vocabs...

quicksketch’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.