silverstripe-framework/admin/scss/_ModelAdmin.scss

18 lines
356 B
SCSS
Raw Normal View History

.ModelAdmin .cms-content-fields {
overflow:hidden; //removes scrolling from filter panel
.cms-edit-form {
overflow-y:auto; //adds scrolling only to the datagrid
overflow-x:hidden;
}
.cms-content-tools .cms-panel-content {
.cms-search-form {
.resetformaction {
margin-right:0px;
}
}
#Form_ImportForm {
overflow:hidden;
}
}
}