Skip to content

Commit

Permalink
Merge pull request #22993 from sookmax/fix-array-item-add
Browse files Browse the repository at this point in the history
Controls: Fix UI to add array items
  • Loading branch information
yannbf committed Jun 27, 2023
2 parents 243ca40 + 25d0cb5 commit 4f7342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/blocks/src/controls/Object.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Wrapper = styled.div(({ theme }) => ({
'.rejt-plus-menu': {
marginLeft: 5,
},
'.rejt-object-node > span > *': {
'.rejt-object-node > span > *, .rejt-array-node > span > *': {
position: 'relative',
zIndex: 2,
},
Expand Down

0 comments on commit 4f7342b

Please sign in to comment.