mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add z-index to menus
This commit is contained in:
parent
4501bce927
commit
9f9d28a0eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue