File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ height = 30px
78
78
fill #9 9 9
79
79
80
80
// wraps the dropdown-menu div, exists only when props.transition-enter or props.transition-leave or both are true
81
- // present inside document.body if props.tether is true, otherwise its present inside the control-wrapper div (above)
81
+ // present inside document.body if props.tether is true, otherwise its present inside the root-node div (above)
82
82
.react-selectize.dropdown-menu-wrapper
83
83
position absolute
84
84
@@ -112,7 +112,7 @@ height = 30px
112
112
outline none
113
113
114
114
// MULTI SELECT
115
- .multi-select.react-selectize.control-wrapper
115
+ .multi-select.react-selectize.root-node
116
116
117
117
.simple-value
118
118
display inline-block
@@ -125,7 +125,7 @@ height = 30px
125
125
vertical-align center
126
126
127
127
// SIMPLE SELECT
128
- .simple-select.react-selectize.control-wrapper
128
+ .simple-select.react-selectize.root-node
129
129
130
130
.simple-value
131
131
margin 2px
You can’t perform that action at this time.
0 commit comments