mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Pop-up scrolling IE7
Added position relative to the body of the iframe to fix scrolling bug
This commit is contained in:
parent
bda849afeb
commit
e392cc21c3
@ -505,7 +505,7 @@ form.member-profile-form .ui-tabs-nav .ui-corner-all, form.member-profile-form .
|
||||
.ui-dialog .cms-dialog-content .clear { clear: both; }
|
||||
.ui-dialog.loading { background-image: url(../images/spinner.gif); background-position: 50% 50%; background-repeat: no-repeat; }
|
||||
|
||||
body.cms-dialog { overflow: auto; background: url("../images/textures/bg_cms_main_content.png") repeat left top #f0f3f4; }
|
||||
body.cms-dialog { overflow: auto; background: url("../images/textures/bg_cms_main_content.png") repeat left top #f0f3f4; position: relative; }
|
||||
|
||||
/** -------------------------------------------- "Insert X" forms -------------------------------------------- */
|
||||
.htmleditorfield-linkform .step2 { margin-bottom: 16px; }
|
||||
|
@ -1364,6 +1364,7 @@ form.member-profile-form {
|
||||
body.cms-dialog {
|
||||
overflow: auto;
|
||||
background: url("../images/textures/bg_cms_main_content.png") repeat left top #F0F3F4;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
/** --------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user