{* `Floatbox` decorator template *} {style}{literal} .floatbox_nooverflow { overflow: hidden; } .floatbox_canvas { top: 0px; left: 0px; width: 100%; height: 100%; position: fixed; z-index: 102; overflow-y: auto; } .floatbox_canvas_sub { height: 0px; overflow: visible; } .floatbox_canvas_sub .floatbox_container { border-width: 6px; } .floatbox_body { overflow-y: auto; } .floatbox_canvas .floatbox_container { margin: 20px auto; position: static; } .floatbox_canvas .floatbox_container .clearfix:after { content: " "; } {/literal}{/style}