Skip to content

Commit

Permalink
Properly hhandle borders showing in iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 20, 2022
1 parent 92f6da9 commit 849c76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -26,6 +26,7 @@ body {

#x_mainHolder {
border: 1px solid #010101;
box-sizing: border-box;
}

#x_headerBlock {
Expand Down
Expand Up @@ -3327,8 +3327,7 @@ function x_setFillWindow(updatePage) {
}

$x_mainHolder.css({
// The right border is cut off when embedding if setting to 100%
"width" :"99.8%",
"width" :"100%",
"height" :"100%"
});

Expand Down

0 comments on commit 849c76b

Please sign in to comment.