feat: add onboarding for client (#2144)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
JimmFly
2023-05-04 15:29:16 +08:00
committed by GitHub
parent 238f69b4e7
commit 6d7f06c1c3
14 changed files with 297 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ const CommonMenu = () => {
<Menu
width={276}
content={content}
// placement="bottom-end"
placement="bottom"
disablePortal={true}
trigger="click"
>

View File

@@ -15,7 +15,7 @@ export const StyledHeaderContainer = styled('div')<{
top: 0,
background: 'var(--affine-background-primary-color)',
WebkitAppRegion: 'drag',
zIndex: 1,
zIndex: 'var(--affine-z-index-popover)',
'@media (max-width: 768px)': {
'&[data-open="true"]': {
WebkitAppRegion: 'no-drag',