覚え書き。
index.template.html CSSのbody width 記述を変更
[html]
<style type="text/css" media="screen">
html, body { height:100%; width:1232px;}
body { margin:0; padding:0;
overflow:auto;
text-align:center;
background-color: ${bgcolor};
object:focus { outline:none; }
#flashContent { display:none;}
</style>
[/html]
表示制御をする場合。
[html]
overflow:visible
overflow:scroll
overflow:hidden
overflow:auto
[/html]
※但しIEの場合、overflow:scrollに設定するとスクロールバーが2重になって表示される場合がある。