mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Ugly growth hack
This commit is contained in:
@@ -333,13 +333,13 @@ function handleCenterWheel(e: WheelEvent) {
|
|||||||
class="border gap-2 h-full border-[var(--interface-stroke)] bg-comfy-menu-bg flex flex-col px-2"
|
class="border gap-2 h-full border-[var(--interface-stroke)] bg-comfy-menu-bg flex flex-col px-2"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="grow-1 justify-start flex-col overflow-y-auto contain-size *:max-h-100"
|
class="grow-1 justify-start flex-col overflow-y-auto contain-size *:max-h-100 flex"
|
||||||
>
|
>
|
||||||
<NodeWidgets
|
<NodeWidgets
|
||||||
v-for="nodeData of nodeDatas"
|
v-for="nodeData of nodeDatas"
|
||||||
:key="nodeData.id"
|
:key="nodeData.id"
|
||||||
:node-data
|
:node-data
|
||||||
class="border-b-1 border-node-component-border pt-1 pb-2 last:border-none **:[.col-span-2]:grid-cols-1"
|
class="border-b-1 border-node-component-border pt-1 pb-2 last:border-none **:[.col-span-2]:grid-cols-1 not-has-[textarea]:flex-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-4 pb-6 border-t border-node-component-border">
|
<div class="p-4 pb-6 border-t border-node-component-border">
|
||||||
|
|||||||
Reference in New Issue
Block a user