Fix tag picker z-index when editing photo
This commit is contained in:
parent
c8ea51cdd1
commit
450bc10c7d
@ -588,6 +588,12 @@ export default function PhotoForm({
|
||||
colorData={generateColorDataFromString(formData.colorData)}
|
||||
/>}
|
||||
/>;
|
||||
case 'tags':
|
||||
return <FieldsetWithStatus
|
||||
key={key}
|
||||
{...fieldProps}
|
||||
className="relative z-2"
|
||||
/>;
|
||||
case 'albums':
|
||||
return <FieldsetAlbum
|
||||
key={key}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user