File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <AutoCompletePlus
1212 :model-value =" props.filters"
1313 class =" comfy-vue-node-search-box"
14- scrollHeight =" 28rem "
14+ scrollHeight =" 40vh "
1515 :placeholder =" placeholder"
1616 :input-id =" inputId"
1717 append-to =" self"
@@ -126,7 +126,7 @@ const setHoverSuggestion = (index: number) => {
126126
127127<style scoped>
128128.comfy-vue-node-search-container {
129- @apply flex justify-center items-center ;
129+ @apply flex justify-center items-center w-full min-w- 96 ;
130130}
131131
132132.comfy-vue-node-search-container * {
@@ -140,7 +140,7 @@ const setHoverSuggestion = (index: number) => {
140140}
141141
142142.comfy-vue-node-search-box {
143- @apply min-w- 96 w-full z- 10;
143+ @apply z- 10 flex-grow ;
144144}
145145
146146.option-container {
You can’t perform that action at this time.
0 commit comments