Hi, I'm using the 2.2 (2012051100) version of the Aardvark Post-it theme.
On any page, if I enable editing (to adjust the blocks) the right sidebar disappears.
It seems a div is being created by /lib/yui/blocks/blocks.js which is given the id="region-post". However the theme has already created that div so it is getting pushed to the right (out of view). I think this blocks.js is supposed to only create that div if there isn't one already. I've tried other themes (inc Aardvark) and the work correctly.
I can't figure out why the blocks.js isn't recognising that the region-post div is already there.