Skip to content

Commit 1a8bd07

Browse files
committed
Add z index to the dropdown
1 parent 54ac1c0 commit 1a8bd07

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/editor/src/components/ui/Dropdown.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ const styles = css({
1616
},
1717
'[data-reach-menu-list]': {
1818
display: 'block',
19+
position: 'relative',
1920
whiteSpace: 'nowrap',
2021
border: '1px solid lightgray',
2122
backgroundColor: 'white',
22-
outline: 'none'
23+
outline: 'none',
24+
zIndex: 101
2325
},
2426
'[data-reach-menu-item]': {
2527
display: 'block',

0 commit comments

Comments
 (0)