bug: fixes link icon doesn't work in the campaign editor (#3447)

This commit is contained in:
Sivin Varghese
2021-11-23 15:26:26 +05:30
committed by GitHub
parent 7f8204a9da
commit e182b59002

View File

@@ -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);