Skip to content

Commit

Permalink
Relative scroll height
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Jul 12, 2024
1 parent 605faf0 commit 290ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NodeSearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AutoCompletePlus
:model-value="props.filters"
class="comfy-vue-node-search-box"
scrollHeight="28rem"
scrollHeight="40vh"
:placeholder="placeholder"
:input-id="inputId"
append-to="self"
Expand Down

0 comments on commit 290ac8c

Please sign in to comment.