mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR: #4843 removed the secondary scrollbar visible when 'allow drag and drop reordering' was checked by adding 5px of additional space under the tree to accomodate the div drop-target between the entries.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@95746 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
effa12bf9d
commit
3379870b19
@ -383,7 +383,7 @@ body.stillLoading select {
|
|||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
#sitetree_ul ul#sitetree {
|
#sitetree_ul ul#sitetree {
|
||||||
padding: 0;
|
padding: 0 0 5px;
|
||||||
}
|
}
|
||||||
html>body #sitetree {
|
html>body #sitetree {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user