1 parent 54ac1c0 commit 1a8bd07Copy full SHA for 1a8bd07
1 file changed
packages/editor/src/components/ui/Dropdown.js
@@ -16,10 +16,12 @@ const styles = css({
16
},
17
'[data-reach-menu-list]': {
18
display: 'block',
19
+ position: 'relative',
20
whiteSpace: 'nowrap',
21
border: '1px solid lightgray',
22
backgroundColor: 'white',
- outline: 'none'
23
+ outline: 'none',
24
+ zIndex: 101
25
26
'[data-reach-menu-item]': {
27
0 commit comments