Skip to content

Commit 1d8b7a5

Browse files
committed
fixup! ✨(frontend) add comments feature
1 parent 64f6016 commit 1d8b7a5

File tree

1 file changed

+1
-2
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor/components/comments

1 file changed

+1
-2
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/comments/styles.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ export const cssComments = (
4646
max-height: 500px;
4747
4848
// to allow popovers to escape the thread container
49-
&:has(em-emoji-picker),
50-
&:has(.bn-comment-actions .bn-menu-dropdown) {
49+
&:has(em-emoji-picker) {
5150
max-height: none;
5251
overflow: visible;
5352
}

0 commit comments

Comments
 (0)