Browse Source

修复提示词框下拉比例滚轮无法滚动

xuzhijie-popiart-node-canvas
xuzhijie 3 months ago
parent
commit
55370168cc
  1. 3
      src/components/ImageNodeComposerPanel.tsx

3
src/components/ImageNodeComposerPanel.tsx

@ -95,7 +95,8 @@ function ComposerSelect<T extends ComposerSelectValue>({
{isOpen && (
<div
role="listbox"
className="absolute bottom-full left-0 z-20 mb-1 max-h-56 min-w-full overflow-y-auto rounded-md border border-neutral-600 bg-neutral-800 py-1 shadow-xl shadow-black/40"
onWheel={(event) => event.stopPropagation()}
className="nowheel nodrag nopan absolute bottom-full left-0 z-20 mb-1 max-h-56 min-w-full overflow-y-auto rounded-md border border-neutral-600 bg-neutral-800 py-1 shadow-xl shadow-black/40"
>
{options.map((option) => (
<button

Loading…
Cancel
Save