bug: fixes link icon doesn't work in the campaign editor (#3447)
This commit is contained in:
@@ -296,6 +296,13 @@ export default {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ProseMirror-prompt {
|
||||||
|
z-index: var(--z-index-highest);
|
||||||
|
background: var(--color-background-light);
|
||||||
|
border-radius: var(--border-radius-normal);
|
||||||
|
border: 1px solid var(--color-border);
|
||||||
|
}
|
||||||
|
|
||||||
.is-private {
|
.is-private {
|
||||||
.prosemirror-mention-node {
|
.prosemirror-mention-node {
|
||||||
font-weight: var(--font-weight-medium);
|
font-weight: var(--font-weight-medium);
|
||||||
|
|||||||
Reference in New Issue
Block a user