Skip to content

Commit a34aa72

Browse files
committed
fix: double scrollbar in operator selector
1 parent 3adb369 commit a34aa72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/editor/operator/EditorOperator.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ export const EditorOperatorName = <T extends FieldValues>({
9999
selected={active}
100100
/>
101101
)}
102-
popoverContentProps={{
103-
className: 'max-h-64 overflow-auto',
104-
}}
105102
noResults={<MenuItem disabled text={`没有匹配的${entityName}`} />}
106103
inputProps={{
107104
placeholder: `${entityName}名`,

0 commit comments

Comments
 (0)