mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
feat: add responvise page view (#2453)
This commit is contained in:
@@ -16,10 +16,12 @@ export const Menu = (props: MenuProps) => {
|
||||
content,
|
||||
placement = 'bottom-start',
|
||||
children,
|
||||
...popperProps
|
||||
} = props;
|
||||
return content ? (
|
||||
<Popper
|
||||
{...props}
|
||||
placement={placement}
|
||||
{...popperProps}
|
||||
showArrow={false}
|
||||
content={
|
||||
<StyledMenuWrapper
|
||||
|
||||
Reference in New Issue
Block a user