Skip to content

Commit 6ad8564

Browse files
committed
fixup! ✨(frontend) add comments feature
1 parent b85f464 commit 6ad8564

File tree

1 file changed

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

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ export const cssComments = (
1515
}
1616
}
1717
18+
em-emoji-picker {
19+
box-shadow: 0px 6px 18px 0px #00001229;
20+
min-height: 420px;
21+
}
22+
1823
// Thread modal
1924
.bn-thread {
2025
width: 400px;
@@ -44,16 +49,6 @@ export const cssComments = (
4449
.bn-thread-comments {
4550
overflow: auto;
4651
max-height: 500px;
47-
48-
// to allow popovers to escape the thread container
49-
&:has(em-emoji-picker) {
50-
max-height: none;
51-
overflow: visible;
52-
}
53-
54-
em-emoji-picker {
55-
box-shadow: 0px 6px 18px 0px #00001229;
56-
}
5752
}
5853
5954
.bn-thread-comment {

0 commit comments

Comments
 (0)