Add z-index to menus

This commit is contained in:
Jackson Harper
2024-03-04 22:49:03 +08:00
parent 4501bce927
commit 9f9d28a0eb

View File

@ -48,6 +48,7 @@ const StyledTriggerItem = styled(Trigger, {
export const DropdownContent = styled(Content, {
width: 195,
zIndex: 100,
backgroundColor: '$grayBg',
borderRadius: '6px',
outline: '1px solid #323232',