mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ENHANCEMENT Using float positioning for TreeDropdownField panel until we have a solid way to determine correct absolute/relative position (with available space in surrounding form)
This commit is contained in:
parent
77fa855cda
commit
05403b1ec2
@ -15,10 +15,10 @@ div.TreeDropdownField .title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.TreeDropdownField .panel {
|
div.TreeDropdownField .panel {
|
||||||
position:relative;
|
clear: both;
|
||||||
|
float: left;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 1000;
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border: 1px black solid;
|
border: 1px black solid;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
Loading…
Reference in New Issue
Block a user