import { styled } from '@project44-manifest/react-styles';

export const StyledPopover = styled('div', {
  backgroundColor: '$background-surface',
  borderRadius: '$small',
  boxSizing: 'border-box',
  boxShadow: '$medium',
  display: 'inline-flex',
  flexDirection: 'column',
  outline: 0,
  overflow: 'hidden auto',
});
