UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

13 lines (11 loc) 322 B
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', });