mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix pages background
This commit is contained in:
parent
7b36df286e
commit
20cee73583
1
admin/client/dist/styles/bundle.css
vendored
1
admin/client/dist/styles/bundle.css
vendored
@ -10513,6 +10513,7 @@ form.member-profile-form #Permissions .optionset li{
|
||||
|
||||
.cms .cms-content-fields{
|
||||
overflow-y:auto;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
.cms .cms-content-fields #Root_Main .confirmedpassword{
|
||||
|
@ -1426,6 +1426,7 @@ form.member-profile-form {
|
||||
// always show a y scroll bar as popups like TreeDropdowns
|
||||
// can trigger longer pages and the extra scroll bar doesn't fire our sizing bar
|
||||
overflow-y: auto;
|
||||
background: transparent;
|
||||
|
||||
#Root_Main {
|
||||
.confirmedpassword {
|
||||
|
Loading…
x
Reference in New Issue
Block a user