mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed panel styling for TreeDropdownField
This commit is contained in:
parent
87163d5bb6
commit
eb728c082a
@ -15,8 +15,8 @@ div.TreeDropdownField .title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.TreeDropdownField .panel {
|
div.TreeDropdownField .panel {
|
||||||
clear: both;
|
clear: left;
|
||||||
float: left;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: none;
|
display: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
Loading…
Reference in New Issue
Block a user