mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: Add horizontal scrolling to reports when necessary. (from r96086)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98185 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4cde27dccf
commit
9406cd7c9a
@ -116,6 +116,10 @@ form#Form_EditForm fieldset, form#Form_AddForm fieldset {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
form#Form_EditForm #ScrollPanel fieldset, form#Form_AddForm #ScrollPanel fieldset {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
body.stillLoading select {
|
body.stillLoading select {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user