We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d1276 commit 95ed40cCopy full SHA for 95ed40c
1 file changed
src/components/fields/ArrayField.tsx
@@ -457,7 +457,7 @@ export default function ArrayField({ config }: Readonly<Props>): JSX.Element {
457
458
{/* Row content (fields) - no overflow clipping to allow dropdowns to float */}
459
{!isCollapsed && (
460
- <div className="p-4 border-t border-gray-200 relative z-10">
+ <div className="p-4 border-t border-gray-200 relative">
461
<ArrayRowProvider
462
rowData={rowData}
463
rowIndex={rowIndex}
0 commit comments