Skip to content

Commit 841928c

Browse files
snowystingerGitHub Enterprise
authored andcommitted
Fix menu zindex issue (#194)
* Fix menu zindex issue
1 parent 7b0e2f8 commit 841928c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/@react-spectrum/s2/src/Menu.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ export let menuitem = style({
148148
}
149149
},
150150
position: 'relative',
151-
zIndex: {
152-
isFocused: 1
153-
},
154151
// each menu item should take up the entire width, the subgrid will handle within the item
155152
gridColumnStart: 1,
156153
gridColumnEnd: -1,

0 commit comments

Comments
 (0)