diff --git a/modules/beefjs/dom.js b/modules/beefjs/dom.js index 9a5caa182..fe03a5509 100644 --- a/modules/beefjs/dom.js +++ b/modules/beefjs/dom.js @@ -88,8 +88,9 @@ beef.dom = { params['src'] = ''; } if (type == 'hidden') { css = $j.extend(true, {'border':'none', 'width':'1px', 'height':'1px', 'display':'none', 'visibility':'hidden'}, styles); } - if (type == 'fullscreen') { css = $j.extend(true, {'border':'none', 'background-color':'white', 'width':'100%', 'height':'100%', 'position':'absolute', 'top':'0px', 'left':'0px'}, styles); } + if (type == 'fullscreen') { css = $j.extend(true, {'border':'none', 'background-color':'white', 'width':'100%', 'height':'100%', 'position':'absolute', 'top':'0px', 'left':'0px'}, styles); $j('body').css({'padding':'0px', 'margin':'0px'}); } var iframe = $j('