diff --git a/apps/web/src/components/blocksuite/workspace-header/styles.css.ts b/apps/web/src/components/blocksuite/workspace-header/styles.css.ts index 1e93666517..a9425a7687 100644 --- a/apps/web/src/components/blocksuite/workspace-header/styles.css.ts +++ b/apps/web/src/components/blocksuite/workspace-header/styles.css.ts @@ -21,6 +21,9 @@ export const headerContainer = style({ display: 'none', }, }, + ':has([data-popper-placement])': { + WebkitAppRegion: 'no-drag', + }, } as ComplexStyleRule); export const header = style({