Skip to content

Commit cec55f7

Browse files
authored
Make sure the open-editor-dropdown appears on top (#7934)
1 parent 42891c7 commit cec55f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/hooks/use-panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function usePanel(options?: any) {
6868
},
6969
panelAttributes: {
7070
ref: setPanelElement,
71-
style: styles.popper,
71+
style: { ...styles.popper, zIndex: 100 },
7272
...attributes.popper,
7373
},
7474
}

0 commit comments

Comments
 (0)