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 {
|
||||
clear: both;
|
||||
float: left;
|
||||
clear: left;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
display: none;
|
||||
cursor: default;
|
||||
|
Loading…
Reference in New Issue
Block a user