Reputation: 2829
I can't make my Chrome extension's browseraction popup taller than 600px. (I am controlling it through document.body.style.height). Is this the hardcoded maximum? I am testing with Chrome v12.0.742.122 on OS X Lion.
Upvotes: 8
Views: 2267
Reputation: 111325
Yes it is. Width is also limited at 800px. It is not stated anywhere in docs though.
Upvotes: 14